Skip to content

mtcs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal dotfiles from Vim, zsh, tmux, etc. (the public ones at least)

The most updated dotfile is definetely my vimrc. Enjoy!

VIM

My pretty Vim

This is my humble vim config, IT has too much plugins, but not enough apparently, because I still keep searching for more...

Install

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

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..

Tmux

My tmux is minimal, I just use powerline with it. When I started using tilix therminal emulator, It got a little forgotten...

About

My personal dotfiles from Vim, tmux, etc (the public ones at least)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors