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