metakermit's ~/.*
Last updated Mar 10, 2026
85
Stars
17
Forks
0
Issues
0
Stars/day
Attention Score
75
Language breakdown
No language data available.
▸ Files
click to expand
README
metakermit's ~/.* =================
After looking at the many interesting dotfile solutions, I decided to go the build-your-own-lightsaber road after all. So here goes…
Features
💦🌱 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
- 💻 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
OS X
In OS X do:
bash <(curl -s https://raw.githubusercontent.com/metakermit/dotfiles/master/meta/install-mac.sh)
Ubuntu (deprecated)
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
Manual
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
Thanks!
🔗 More in this category