Skip to content

alexcastano/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Add plugin on vim

git submodule add http://github.com/tpope/vim-fugitive.git vim/.vim/bundle/fugitive git add . git commit -m "Install Fugitive.vim bundle as a submodule."

Update plugins

new ones

git submodule init git submodule sync git submodule update

git submodule foreach git pull origin master

Remove plugins

  1. Remove it from .gitmodules
  2. Remove it from .git/config
  3. Run git rm --cached

update all plugins

git submodule foreach git pull origin master

ZSH

Install zsh using package manager

pacman -S zsh

Install oh-my-zsh

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

Remove .zshrc file generated by oh my zsh

rm .zshrc

Link files

cd ~/dotfiles
stow zsh

Rbenv

https://github.com/sstephenson/rbenv

It needs to add rbenv to the path. Already done in zshrc.

git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published