personal dotfiles for personal computers
Go to file
Riley Housden 44555fc84e
add basic backup alias
2022-07-04 01:38:57 -04:00
.config push alacritty changes 2022-06-29 23:32:56 -04:00
.vim add xonsh syntax highlighting 2021-09-22 03:58:57 -04:00
Pictures/wallpapers rearrange folder structure 2022-02-18 22:52:36 -05:00
bin Complete dotfile restructure 2022-02-08 00:05:06 -05:00
lib Add lib 2022-07-04 01:36:36 -04:00
xontrib fix home access for JDS 2022-06-30 18:15:25 -04:00
xsh add basic backup alias 2022-07-04 01:38:57 -04:00
.gitconfig bwg improvements 2021-12-07 03:37:15 -05:00
.tmux.conf add files 2021-09-22 21:38:18 -04:00
.vimrc update 2022-06-25 00:09:01 -04:00
.xonshrc update 2022-06-25 00:09:01 -04:00
README.md bwg improvements 2021-12-07 03:37:15 -05:00

README.md

dots

disclaimer

These dotfiles are... unstable, still being put together, still hashing out how I want it to work, whatever you want to call it. Do not install unless you're 100% sure what everything does.

Installation

That said, here's installation:

alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git clone --bare <git-repo-url> $HOME/.cfg
config checkout
config config --local status.showUntrackedFiles no