Configure your development environment based on vim, tmux and zsh.
git clone https:/github.com/devfilipe/linux-config.gitBackup your current files. Replace those you want.
- Download Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim- Install Plugins on vim
:so %
:PluginInstall- Fix YouCompleteMe (you may be asked to)
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer # check for options- Vim
- Cmake
- Ctags / Exuberant Ctags
- Download TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmFollow instructions @ https://github.com/tmux-plugins/tpm
Install oh-my-zsh:
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"Download PowerLevel10k theme:
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10kEdit .zshrc:
ZSH_THEME="powerlevel10k/powerlevel10k"Exec zsh to configure powerlevel10k theme:
exec zsh