Skip to content

NgariNdungu/system-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Editor, terminal and other configs I would need when setting up a new machine

VIM setup

  1. Install Vundle;
 git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. symlink .vimrc and ftplugin;
ln -s /path/to/system-configs/.vimrc .vimrc
ln -s /path/to/system-configs/ftplugin .vim/ftplugin
  1. With vim started, install plugins;
:PluginInstall
  1. Complete YouCompleteMe installation;
# brew install cmake
#  build with go and js support enabled - will require go and node
cd .vim/bundle/YouCompleteMe
./install.py --go-completer --ts-completer

bash aliases

The default ~/.bashrc file sources ~/.bash_aliases if it exists. Add a symlink;

ln -s /path/to/system-configs/.bash_aliases ~/.bash_aliases
source ~/.bash_aliases
# see all aliases
alias

alias package dependencies

other

  • add .swp and .swo to global .gitignore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published