central repo for storing machine set up bullshit
Go to file
2020-01-25 20:46:38 +00:00
.config Moving hammerspoon config around. 2020-01-10 09:27:59 -06:00
.emacs.d Ensure ansible, yaml mode exit 2020-01-25 20:46:38 +00:00
.weechat Update weechat settings. 2020-01-08 12:31:16 -06:00
applicationConfiguration Move awesome config files to .config/. 2020-01-04 17:39:02 -06:00
powershell move .powershellCore.ps1 to powershell folder. 2020-01-04 16:36:48 -06:00
.bashrc remove erroneous f 2020-01-05 14:18:12 -06:00
.gitattributes update to view nothing as a text file 2018-04-28 21:05:09 -05:00
.gitignore Add new weechat file, update gitignore to hide weechat/logs 2020-01-04 17:12:50 -06:00
.tmux.conf Update .tmux stratus bar colors 2019-07-28 19:11:09 +00:00
.zshrc Remove old bash lines. 2020-01-07 15:03:38 -06: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>