central repo for storing machine set up bullshit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jowj 511b66eb11
Remove extra whitespace.
4 years ago
.config Update call to modal hotkey to reflect new location. 4 years ago
.emacs.d Move to lsp from eglot config; add company. 4 years ago
.weechat new sec.conf values. 4 years ago
applicationConfiguration Move awesome config files to .config/. 4 years ago
powershell move .powershellCore.ps1 to powershell folder. 4 years ago
.bashrc remove erroneous f 4 years ago
.gitattributes update to view nothing as a text file 6 years ago
.gitignore Add new weechat file, update gitignore to hide weechat/logs 4 years ago
.tmux.conf Remove extra whitespace. 4 years ago
.zshrc Make zsh work with history / C-r again. 4 years ago
readme.org update readme to match new purpose and layout. 4 years ago

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>