# dotfiles hello, and welcome! this is the place that i store my dotfiles. i have * a customization of swayfx with i3status-rust as the statusbar * small config for foot * very well crafted bash (also, completely pure!) * hand-picked fontconfig fonts! (will deliver it in /.local/fonts in the near future - apart from noto fonts ofc) * neovim! * different user-dirs and some cool default apps it's still wip! if you have any suggestions, feel free to email me [here](mailto:vitorg@tilde.team), or to contact me via matrix [here](https://mto.vern.cc/#/@vitorg:vern.cc). screenshot for eyecandy purposes:
## cloning this repo i manage my dotfiles using a bare git repository. here's a quick rundown on how to get this dotfiles for yourself: ```sh alias cfg="git --git-dir=$HOME/.local/share/dotfiles-repo/ --work-tree=$HOME" git clone --bare https://git.vern.cc/vitorg/dots "$HOME/.local/share/dotfiles-repo" cfg checkout ``` if you find an issue while performing the last command, you'll probably have a list of files you already have in your ~. if that's the case, then move/delete them and try again and finally: ```sh cfg config --local status.showUntrackedFiles no ``` _this is mostly for my personal use tho lol_