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.
 
 
 
 
 
 
josiah 955684b8e1
Include better flag on lsl.
4 years ago
.config Use saner window swapping defaults. 4 years ago
.emacs.d Add projectile to packages 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 Include better flag on lsl. 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 Add socialmacs alias for macbook. 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>