Skip to content

xnode/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

configs

My configurations for bunch of software.

vim

I do the following.

ln -s <path_to_configs>/configs/vim $HOME/.vim

Install Vundle

and my .vimrc is following:

source $HOME/.vim/config.vim

vim +BundleInstall

mkdir $HOME/.vim/colors
cd $HOME/.vim/colors
curl -O https://raw.githubusercontent.com/nanotech/jellybeans.vim/master/colors/jellybeans.vim

In addition YouCompleteMe and Tern need their own installations.

Many things could of course beautomated and jellbeans could be use as git submodule.

Git

Include gitconfig in .gitconfig

[include]
  path = ~/configs/git/gitconfig

Tmux

brew install reattach-to-user-namespace
ln -s configs/tmux/tmux.conf .tmux.conf

About

My configurations for bunch of software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published