personal dotfiles for personal computers
Go to file
Riley Housden e0488cf830
rearrange folder structure
2022-02-18 22:52:36 -05:00
.config powershell support 2022-02-18 15:42:32 -05: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
xontrib rearrange folder structure 2022-02-18 22:52:36 -05:00
xsh rearrange folder structure 2022-02-18 22:52:36 -05: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 bwg improvements 2021-12-07 03:37:15 -05:00
.xonshrc rearrange folder structure 2022-02-18 22:52:36 -05: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