Skip to content

nightlyistaken/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

My linux ~/.dotfiles

Setup

Install some important stuff

sudo apt update
sudo apt install -y \
    apt-transport-https \
    ca-certificates \
    curl \
    git \
    make \
    tree \
    zip unzip \
    zsh

clone the repo using https or ssh

git clone https://github.com/nightlyistaken/dotfiles

then do

cd dotfiles && chmod +x ./setup.sh && ./setup.sh

Configure git

# Generate a new SSH key
ssh-keygen -t rsa -b 4096 -C "dhairysrivastava5@gmail.com"

# Start ssh-agent and add the key to it
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa

# Display the public key ready to be copy pasted to GitHub
cat ~/.ssh/id_rsa.pub

then add it to github.

install node and deno

# node
volta install node npm yarn
# deno (using curl)
curl -fsSL https://deno.land/x/install/install.sh | sh

rust is installed automatically in ./setup.sh!

you are done, enjoy

About

๐ŸŒ™ My Personal Dotfiles & Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published