https://github.com/prajjwal1/dotfiles
Shell config
https://github.com/prajjwal1/dotfiles
bash dotfiles shell vim zsh
Last synced: 3 months ago
JSON representation
Shell config
- Host: GitHub
- URL: https://github.com/prajjwal1/dotfiles
- Owner: prajjwal1
- License: gpl-3.0
- Created: 2017-05-14T12:29:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T22:14:27.000Z (over 3 years ago)
- Last Synced: 2025-06-12T22:32:34.745Z (about 1 year ago)
- Topics: bash, dotfiles, shell, vim, zsh
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
# For Vim
1. Install Vundle (git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim)
vim +PluginInstall +qall
1. Download iterm from [here](https://iterm2.com)
2. Oh-my-zsh setup (sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
3. zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
4. zsh-auto-suggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions