Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ~/.*

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)