After looking at the many interesting dotfile solutions, I decided to go the build-your-own-lightsaber road after all. So here goesβ¦
π¦π± These configs are actively nourished:
- π atom β the versatile and modern text editor
- π» zsh β a cozy shell environment with git/virtualenv support
- π jupyter notebook β easily start a local Jupyter Notebook for number crunching on a train
- π emacs β the classic text editor β for some reason I keep its config in β‘οΈ another repo
πΌ These configs are still in there, but I rarely use them:
- π» bash β not as cool as zsh, but should still work, I hope
Note, if you're really thinking of using this for your own config, you should fork the repo and clean out a lot of the stuff that will be useless to you. Sorry, I'm lazy and I didn't really make this a general-purpose config :P
In OS X do:
bash <(curl -s https://raw.githubusercontent.com/metakermit/dotfiles/master/meta/install-mac.sh)
Warning: support for Ubuntu no longer maintained.
On a clean Ubuntu machine, do:
wget -O - https://raw.githubusercontent.com/metakermit/dotfiles/master/meta/install-linux.sh | bash
Alternatively, if you already have git
and you cloned this repository,
in Ubuntu just do:
./meta/install-linux.sh
or on a Mac:
./meta/instal-mac.sh