My personal dotfiles from Vim, zsh, tmux, etc. (the public ones at least)
The most updated dotfile is definetely my vimrc. Enjoy!
This is my humble vim config, IT has too much plugins, but not enough apparently, because I still keep searching for more...
To install (probably more for me than you... hehehe):
cd
ln -s ~/dotfiles/vimrc ~/.vimrc
My custom color:
mkdir ~/.vim/colors
ln -s ~/dotfiles/vim-colors/mtcs ~/.vim/colors/mtcs
I use Vim Plug, the best plugin manager, it is asynchronous! To install it just:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Zsh is my primary shell. I use Oh-My-Zsh for some plugins.
There are some aliases for Arch Linux and lots of commented old stuff..
My tmux is minimal, I just use powerline with it. When I started using tilix therminal emulator, It got a little forgotten...
