Skip to content

jeremija/dotfiles

Repository files navigation

dotfiles

Install

git clone --recursive https://github.com/jeremija/dotfiles ~/dotfiles
cd ~/dotfiles
make install

Mac OS

You can run mac-setup to install homebrew and its packages:

make mac-setup

Uninstall

cd ~/dotfiles
make uninstall

NOTE Installation should not replace any existing files, but uninstall WILL remove them!

node version manager (nvm)

To install nvm just run:

git clone https://github.com/creationix/nvm ~/.nvm