central repo for storing machine set up bullshit
Go to file
2020-04-24 23:49:20 -05:00
.config Add volume widget source. 2020-04-24 23:49:20 -05:00
.emacs.d Add projectile to packages 2020-04-17 12:02:42 -05:00
.weechat new sec.conf values. 2020-01-17 20:15:46 -06:00
applicationConfiguration
powershell
.bashrc Include better flag on lsl. 2020-04-22 17:29:02 -05:00
.gitattributes
.gitignore
.tmux.conf Remove extra whitespace. 2020-01-17 20:43:13 -06:00
.zshrc Add socialmacs alias for macbook. 2020-03-22 13:31:16 -05:00
readme.org

centralized home directory

purpose:

dot file syncing

adding a new machine

  • cd ~
  • git init
  • git remote add origin git@git.awful.club
  • git fetch
  • git checkout master

adding new files

  • git add -f <filename>