central repo for storing machine set up bullshit
Go to file
2020-01-07 15:59:44 -06:00
.config/awesome Move awesome config files to .config/. 2020-01-04 17:39:02 -06:00
.emacs.d Move to lsp from eglot config; add company. 2020-01-07 15:59:44 -06:00
.weechat Add python/matrix stuff. 2020-01-04 17:27:57 -06:00
applicationConfiguration Move awesome config files to .config/. 2020-01-04 17:39:02 -06:00
powershell
.bashrc remove erroneous f 2020-01-05 14:18:12 -06:00
.gitattributes
.gitignore
.tmux.conf
.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>