Dotfiles
Keeping it simple
Setup
Fresh
$ bash -c "`curl -sL https://get.freshshell.com`"
Fresh should now be good to go.
Nix
$ curl https://nixos.org/nix/install | sh
You can now install all the things I find useful.
$ nix-env -i all
Base16 Shell
Set the color scheme.
$ base16_tomorrow
Tmux
$ tmux
Type <C-a> I
(that's Control
+ a
then I
) to install plugins.
Vim
Install all the plugins.
$ vim +'PlugInstall | qa'