/devenv

My development environment -- scripts and config files.

Primary LanguageShell

devenv

This is a collection of scripts and config files that make up my development environment.

Environment

Major files and directories

  • config: ~/.config files
    • nvim: neovim 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):
      • prompt.zsh: for asynchronously updating prompt with git info (stolen)
      • fasd: for fast directory switching
  • local/bin: tiny scripts that make my life easier

Installation and removal

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.

Screenshot

screenshot

License

Many files in this repo were originally written by various authors including:

The rest (authored by me) are released under MIT License.