Skip to content

jobwat/dotfiles

 
 

Repository files navigation

pre-requisite - git!

Linux:

    sudo apt-get install git

Mac: git is available by default

Installation

git clone https://github.com/jobwat/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make

Later usage

Changing shell from bash to zsh

chsh -s /bin/zsh

or back to bash:

chsh -s /bin/bash

Vim-PLug

vim plugins are managed through vimrc itself now, see https://github.com/junegunn/vim-plug

Acknowledgements

Thanks to Rufus Post for the dotfiles idea !

And thx to all the coders that make this possible through their code share: gmarik, Tim Pope, Robby Russell and so many more.

About

Dotfiles (git, zsh and vim)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.8%
  • Vim Script 33.9%
  • Makefile 4.3%