You need to clone this repository and go to the /tmp/ directory
git clone https://github.com/kerogenesis/dotfiles.git /tmp/dotfiles && cd /tmp/dotfiles
- Theme:
gentoo - Installed plug-ins:
colored-man-pageszsh-autosuggestionszsh-syntax-highlighting
sudo apt update
sudo apt upgrade -y
sudo apt install zsh
sudo apt-get install powerline fonts-powerline
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
mv shell/zshrc ~/.zshrc
chsh -s /usr/bin/zsh
sudo apt update && sudo apt upgrade -y && sudo apt install zsh -y && sudo apt-get install powerline fonts-powerline -y && git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh && git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting && mv shell/zshrc ~/.zshrc && chsh -s /usr/bin/zsh
cd /tmp/dotfiles
mv shell/shell_aliases ~/.shell_aliases
mv shell/shell_env ~/.shell_env
pfetch is configured via environment variables
a couple of variables are already set in .shell_env
git clone https://github.com/dylanaraps/pfetch.git
sudo install pfetch/pfetch /usr/local/bin/
- Theme:
Oceanic Next - Plugin Manager:
Vundle - Installed plug-ins:
nerdtree
Relative numbers are enabledDisabled automatic commenting on new lineBackups and swap files are disabledSplits are opened at the bottom and right and the navigation keys are remappedThe new tab is aliased to Ctrl+tGlobal replace is aliased to SSystem clipboard by defaultSpellchecker is aliased to F5UTF-8 by default
In general, my .vimrc is configured to work with Python: syntax is highlighted, indents are set to 4 spaces, smart indentation after keywords is enabled.
mkdir ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
mv vim/vimrc ~/.vimrc
mv -v vim/colors/ vim/spell/ ~/.vim/
vim +PluginInstall +qall
mkdir ~/.vim && git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim && mv vim/vimrc ~/.vimrc && mv -v vim/colors/ vim/spell/ ~/.vim/ && vim +PluginInstall +qall
And that's it!

