If you're using Zsh, Git, Vim, and VS Code, you'll definitely find useful configurations in this repository. It includes customized setups for all these tools, complete with Vim plugins (neocomplcache, nerdcommenter, nerdtree, vim-airline, etc.), and dedicated configuration directories for each tool. Just run the provided installation script to get started. But make sure to backup your files before trying. Leave me a comment if you find these configurations useful or find something that could be improved!
- Zsh, Git, and Vim configurations with plugins (neocomplcache, nerdcommenter, nerdtree, vim-airline, vim-nerdtree-tabs, molokai theme)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/RWalecki/config/refs/heads/master/install.sh)"
The installer backs up existing configs, copies new files to ~/.config
, creates symlinks, installs Vim plugins, and sets up Homebrew on macOS.
Git, Bash, Zsh, Vim
git/
- Git configuration filesvim/
- Vim configuration and pluginszsh/
- Zsh shell configurationvscode/
- VS Code settingstmux/
- Tmux configurationinstall.sh
- Installation script