Skip to content

My repository for local configuration of new computers.

Notifications You must be signed in to change notification settings

SteveGBanton/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Local Configuration

My bashrc, vim plugins and config setup.

Add local symlinks to configuration files

Make sure you don't already have a ~/.bashrc file or ~/.vimrc file.

Generate symlinks in your home directory to files in this repository.

ln -s $(pwd)/.bashrc ~/.bashrc

ln -s $(pwd)/vim/.vimrc ~/.vimrc

ln -s $(pwd)/vim ~/.vim

Vim

Make sure Vim is installed.

sudo apt-get install vim

Inside Vim folder, use:

( cd vim ; git submodule init )

or, if you already have submodules initialized,

( cd vim ; git submodule update )

to install existing Vim plugins.

Changing default editor

On Ubuntu, you can change the default text editor of the terminal with this command:

sudo update-alternatives --config editor

More example submodules

[submodule "vim/bundle/command-t"] path = vim/bundle/command-t url = http:/wincent/command-t [submodule "vim/bundle/nerdcommenter"] path = vim/bundle/nerdcommenter url = http:/scrooloose/nerdcommenter [submodule "vim/bundle/lightline"] path = vim/bundle/lightline url = http:/itchyny/lightline.vim [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = http:/scrooloose/nerdtree [submodule "vim/bundle/vim-gitgutter"] path = vim/bundle/vim-gitgutter url = http:/airblade/vim-gitgutter [submodule "vim/bundle/syntastic"] path = vim/bundle/syntastic url = http:/vim-syntastic/syntastic [submodule "vim/bundle/fzf"] path = vim/bundle/fzf url = http:/junegunn/fzf.vim [submodule "vim/bundle/fzf"] path = vim/bundle/fzf url = http:/junegunn/fzf.vim [submodule "vim/bundle/vim-smartinput"] path = vim/bundle/vim-smartinput url = http:/kana/vim-smartinput [submodule "vim/bundle/vim-scala"] path = vim/bundle/vim-scala url = https:/derekwyatt/vim-scala

About

My repository for local configuration of new computers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published