Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.9 KB

File metadata and controls

58 lines (45 loc) · 1.9 KB

Just my dotfiles 👨🏻‍💻

Install packages

... and a nice patched nerd font! - Victor Mono

Change shell to fish

chsh -s /bin/fish

Clone the repo

git clone git@github.com:bushblade/dotfiles.git

Use GNU stow to create symlinks to config files

cd dotfiles
stow */

Install Node and npm with nvm

nvm install latest
nvm use latest

Note: With using nvm to install NodeJS then globally installed npm packages don't need or use sudo to install as they are installed in users home directory.