Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metakermit/dotfiles
metakermit's ~/.*
https://github.com/metakermit/dotfiles
atom-editor dotfiles jupyter linux macos python unix zsh
Last synced: 3 months ago
JSON representation
metakermit's ~/.*
- Host: GitHub
- URL: https://github.com/metakermit/dotfiles
- Owner: metakermit
- Created: 2013-07-12T22:37:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:18:14.000Z (5 months ago)
- Last Synced: 2024-06-13T08:45:38.674Z (5 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)