$ sudo apt-get install git
$ git clone https://github.com/gillchristian/dotfiles.git ~/dev/dotfiles
$ cd ~/dev/dotfiles
$ ./install.sh
After that hopefully goes well, close the terminal and open it again and run this:
$ cd ~/dev/dotfiles
$ ./postinstall.sh
- Test (maybe inside a Docker container).
- Report of what went well and what not.
- Improve output & progress.
- Unify
install.sh
andpostinstall.sh
in one script (not not possible becausenvm
is installing by zsh plugin when running zsh for the first time).