https://github.com/metakermit/dotfiles
metakermit's ~/.*
https://github.com/metakermit/dotfiles
atom-editor dotfiles jupyter linux macos python unix zsh
Last synced: 5 months ago
JSON representation
metakermit's ~/.*
- Host: GitHub
- URL: https://github.com/metakermit/dotfiles
- Owner: metakermit
- Created: 2013-07-12T22:37:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:18:14.000Z (11 months ago)
- Last Synced: 2024-08-05T09:18:29.230Z (9 months ago)
- Topics: atom-editor, dotfiles, jupyter, linux, macos, python, unix, zsh
- Language: Shell
- Homepage:
- Size: 233 KB
- Stars: 82
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
metakermit's ~/.*
=================After looking at the many
[interesting dotfile solutions](http://dotfiles.github.io/),
I decided to go the build-your-own-lightsaber road after all. So here goes…Features
--------💦🌱 These configs are actively nourished:
- 📝 [atom](https://atom.io/) – the versatile and modern text editor
- 💻 [zsh](http://ohmyz.sh/) – a cozy shell environment with git/virtualenv support
- 📈 [jupyter notebook](https://jupyter.org/) – easily start a local Jupyter Notebook for number crunching on a train
- 📝 [emacs](https://www.gnu.org/software/emacs/) – the classic text editor – for some reason I keep its config in [➡️ another repo](https://github.com/metakermit/kermit-emacs)📼 These configs are still in there, but I rarely use them:
- 💻 bash – not as cool as zsh, but should still work, I hope
Installation
------------
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!
-------- [the GitHub dotfiles community](https://dotfiles.github.io/)
- [meta/install.sh](https://github.com/holman/dotfiles/blob/master/script/bootstrap)