personal dotfiles for personal computers
Find a file
2022-01-27 02:26:41 -05:00
.config/alacritty update doots 2021-12-04 00:41:27 -05:00
.vim add xonsh syntax highlighting 2021-09-22 03:58:57 -04:00
addins update doots 2021-10-19 23:09:24 -04:00
bin Initial Commit 2021-08-17 23:41:28 -04:00
wallpapers Add Wallpapers 2021-09-20 15:35:18 -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 bwg improvements 2021-12-07 03:37:15 -05:00
.xonshrc added wsl support for bwg 2022-01-27 02:26:41 -05:00
README.md bwg improvements 2021-12-07 03:37:15 -05:00

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