Upgrade to Pro — share decks privately, control downloads, hide ads and more …

dotfilesCasualTalks

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

 dotfilesCasualTalks

Avatar for acchanAlexander

acchanAlexander

December 20, 2018
Tweet

More Decks by acchanAlexander

Other Decks in Technology

Transcript

  1. .gitconfg [alias] st = status ad = add ci =

    commit co = checkout fe = fetch br = branch di = diff
  2. .dotfilesSetup.sh mkdir -p ~/.vim/bundle git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle ln -s

    ~/dotfiles/.vimrc ~/.vimrc ln -s ~/dotfiles/.gitconfig ~/.gitconfig source ~/dotfiles/.bashrc ### add 'load this .bashrc command in your .bashrc' echo >> ~/.bashrc && echo '# setting' >> ~/.bashrc && echo 'source ~/dotfiles/.bashrc' >> ~/.bashrc
  3. end