central repo for storing machine set up bullshit
Go to file
2020-04-26 15:07:47 -05:00
.config Add spawning nm-applet to awesome's config. 2020-04-25 21:34:12 -05:00
.emacs.d Finally fix idiot exec-path-from-shell errors. 2020-04-25 21:34:24 -05:00
.weechat new sec.conf values. 2020-01-17 20:15:46 -06:00
applicationConfiguration Move awesome config files to .config/. 2020-01-04 17:39:02 -06:00
powershell
.bashrc Add aliases to allow for easier gaming. 2020-04-26 15:07:47 -05:00
.gitattributes
.gitignore
.tmux.conf Remove extra whitespace. 2020-01-17 20:43:13 -06:00
.xinitrc Add basic .xinitrc file. 2020-04-25 21:57:08 -05:00
.zshrc Add socialmacs alias for macbook. 2020-03-22 13:31:16 -05:00
readme.org update readme to match new purpose and layout. 2020-01-05 01:39:13 +00:00

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>