Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 494 Bytes

README.org

File metadata and controls

25 lines (18 loc) · 494 Bytes

bash > bash settings, aliases, and custom prompts emacs > for everything!! vim > cli based text editor -> the ultimate weapon of choice git > global git config and aliases

and more

installing

Clone repo. For example ~/Documents/dotfiles

stow

  • sudo pacman -S stow
  • sudo apt-get install stow
  • brew install stow

dotfiles

  • cd ~/Documents/dotfiles
  • stow emacs -t ~
  • stow bash -t ~
  • and so on