My dotfiles
| .config | ||
| .bashrc | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .stow-local-ignore | ||
| .zshrc | ||
| install.sh | ||
| LICENSE | ||
| README.md | ||
Dotfiles
These dotfiles are composed of the following components, which can be installed individually or all at once via install.sh. Each directory will contain a README on how to setup that particular component.
To setup dotfiles with stow after installation
- Setup stow
sudo apt install stow
- Clone the repo and apply the configuration
git clone https://codeberg.org/mark-pitblado/dotfiles.git
cd dotfiles
stow .