central repo for storing machine set up bullshit
Go to file
2020-01-25 21:06:21 +00:00
.config Move from mod + to Cntrl/Alt + to be more similar to macOS config. 2020-01-25 21:06:21 +00:00
.emacs.d Merge from head. 2020-01-25 20:47:44 +00: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 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
.gitignore Add new weechat file, update gitignore to hide weechat/logs 2020-01-04 17:12:50 -06:00
.tmux.conf Remove extra whitespace. 2020-01-17 20:43:13 -06:00
.zshrc Make zsh work with history / C-r again. 2020-01-13 11:46:23 -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>