My dotfiles
Find a file
2025-12-22 06:14:59 -08:00
.config style(font): change to atkinson hyperlegible mono 2025-12-22 06:14:59 -08:00
.bashrc add bashrc to dotfiles 2025-10-07 09:09:14 -07:00
.gitignore switch themes, integrate lsps, add install script 2025-09-16 10:44:24 -07:00
.pre-commit-config.yaml feat: add pre-commit-configuration 2025-06-11 19:42:44 -07:00
.stow-local-ignore switch themes, integrate lsps, add install script 2025-09-16 10:44:24 -07:00
.zshrc remove keychain integration 2025-09-16 10:49:23 -07:00
install.sh install alacritty from apt 2025-10-06 14:25:35 -07:00
LICENSE add license 2024-08-18 21:49:35 -07:00
README.md switch themes, integrate lsps, add install script 2025-09-16 10:44:24 -07:00

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

  1. Setup stow
sudo apt install stow
  1. Clone the repo and apply the configuration
git clone https://codeberg.org/mark-pitblado/dotfiles.git
cd dotfiles
stow .