In this short post we’ll setup terminal for Debian based systems.
To use one script Debian terminal environment setup please visit amit-raut/One-Script-Terminal-Setup-Debian and clone the repository or download release v1.1
Once you grabbed the repository or the release content. then navigate to the directory that contains install.sh
and other scripts.
The content of the repository have following script / configuration files:
sudo
privilegesThe install.sh
script will trigger following actions:
zshrc, aliases_func
files to user’s home directoryvimrc
to user’s home directoryOnce install.sh
is executed:
- You’ll be prompted to enter in password
(user need to have sudo
privileges)
- You’ll be asked to complete setup for powerline10k
ZSH theme
- Open vim (v
can be used as aliases):
- Enter :PlugInstall
to install vim plugin
Following vim plugins will be installed by default (as part of vimrc
in this repo):
I hope you found this post helpful. Feel free to reach out to me if you have feedback.
~Amit