personal dotfiles for personal computers
Go to file
Riley Housden b0a65ad848 Complete dotfile restructure 2022-02-08 00:05:06 -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 Complete dotfile restructure 2022-02-08 00:05:06 -05:00
wallpapers Complete dotfile restructure 2022-02-08 00:05:06 -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 Complete dotfile restructure 2022-02-08 00:05:06 -05:00
README.md bwg improvements 2021-12-07 03:37:15 -05:00
aliases.xsh Complete dotfile restructure 2022-02-08 00:05:06 -05:00
exceptions.xsh Complete dotfile restructure 2022-02-08 00:05:06 -05:00
functions.xsh Complete dotfile restructure 2022-02-08 00:05:06 -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