Opinionated Awesome Shell with cherry picked awesomeness.
A lovely and Customized terminal System that declutters your shell customzations
git clone https://github.com/xydac/xydacshell.git ~/.xydacshell && cd ~/.xydacshell && bash install.sh
cd ~/.xydacshell && git pull --rebase
Restores Backup
rm ~/.zshrc ~/.vimrc && mv ~/.xydacshell/backup/.zshrc ~/.zshrc && ~/.xydacshell/backup/.vimrc ~/.vimrc
- Alias :
c
--> Clears Screen - Alias :
gitlog
--> One Liner Git Logs
- Leader Key :
`
- Shortcut :
` + <Arrow Keys>
--> Move Panes - Shortcut :
` + <TAB>
--> Recent Files
- Vim Customization : update your custom tweaks in
~/.xydacshell/vimrc.custom
- ZSH Customization : update your custom tweaks in
~/.xydacshell/zshrc.custom
- zsh
- git
MIT
- Pull Request Welcome