Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 699 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 699 Bytes

Dotfiles

Keeping it simple

Setup

$ bash -c "`curl -sL https://get.freshshell.com`"

Fresh should now be good to go.

$ curl https://nixos.org/nix/install | sh

You can now install all the things I find useful.

$ nix-env -i all

Set the color scheme.

$ base16_tomorrow
$ tmux

Type <C-a> I (that's Control + a then I) to install plugins.

Install all the plugins.

$ vim +'PlugInstall | qa'