dotfiles
My private environment files for UNIX like systems. Supports OS X / Debian out of the box.
Dependencies
What's in it?
- neovim + deoplete + syntastic + tmux for UNIX philosophy compliant development
- pyenv + nvm + stack for sandboxed development in Python, JavaScript and Haskell
- autojump, autoenv, tig, ranger, fzf, saws, TermFeed and other cute CLI goodies
How can I use it?
Just run the following command if you trust me
$ ./install [--no-sudo] {vim, vimrc, python, javascript, haskell, bashrc, tmuxrc, powerline, themes, utils, jupyter_configs}
Options
- --no-sudo: Installation targets that requires root authority will be skipped
Targets
- vim: neovim binary
- vimrc:
vimrc
and it's plugins
- python: pyenv and
pythonrc
- javascript: nvm and
tern-project
- haskell: [stack]
- bashrc:
bashrc
- powerline:
powerline
and it's configurations
- tmux: tmux binary
- tmuxrc:
tmuxrc
, [tmux-powerline] and it's configurations
- utils:
bins/
, fzf, pgweb, ag, ranger, tig, irssi, pv, jq, jid, httpie and more
- themes: Terminal themes
- jupyter_configs: Jupyter Notebook configurations
Note
- This environment has been used and tested only in OS X / Debian systems.
- Edit your terminal profiles to use installed powerline fonts.
License