Skip to content

adam-orosz/dotfiles

 
 

Repository files navigation

dotfiles

Install

Run:

make

After successful make, restart computer.

Manual installation

Change default shell

which bash | sudo tee -a /etc/shells
chsh -s $(which bash)
sudo chsh -s $(which bash)

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.2%
  • Python 17.2%
  • Vim Snippet 10.6%
  • Ruby 1.8%
  • Makefile 0.2%