This is a collection of scripts and config files that make up my development environment.
- Operating System: Arch Linux
- Window Manager: i3
- Terminal: rxvt-unicode + tmux
- Text editor: vim
- Shell: Zsh
- config:
~/.config
files- vim: vim configuration files
- colors/desertEx-v2.vim: Modified desertEx.vim colorscheme.
- pystartup: for autocompletion and persistent history in python REPL.
- zsh: zsh config files, contains stolen code from various sources (see respective files):
- vim: vim configuration files
- local/bin: tiny scripts that make my life easier
Just run install.sh
to create relevant directories and links... See install.sh --help
.
Run uninstall.sh
to remove all symbolic links created by install.sh
.
Many files in this repo were originally written by various authors including:
The rest (authored by me) are released under MIT License.