1
0
Fork
You've already forked dotfiles
0
No description
  • Shell 53.2%
  • Lua 39.7%
  • GLSL 7.1%
2026年06月09日 10:44:19 -05:00
bash Only use the _sk key on papua 2026年03月17日 19:53:26 -05:00
bat/.config/bat Update catppuccin bat themes 2022年11月15日 20:36:07 -06:00
beansprout/.config/beansprout Enable restore_focus #true 2026年06月09日 10:44:19 -05:00
bottom/.config/bottom Add catppuccin theme for bottom 2023年02月26日 20:11:45 -06:00
cava/.config/cava Add cava 2023年10月12日 10:21:13 -05:00
fnott/.config/fnott Update fnott 2025年10月17日 18:53:22 -05:00
foot/.config/foot Switch Noto Emoji to JoyPixels for foot 2026年04月29日 12:22:26 -05:00
fuzzel/.config/fuzzel Update fuzzel.ini 2024年10月02日 15:21:55 -05:00
hx/.config/helix Update helix/config.toml 2024年09月10日 16:32:36 -05:00
kitty/.config/kitty Change kitty fonts slightly 2026年04月26日 10:18:30 -05:00
lab @ef8edc35c4 Update lab and work submodules 2023年02月09日 10:10:16 -06:00
nvim/.config Update foot.ini and some nvim config 2024年06月20日 10:37:12 -05:00
private @67668325ec Update private 2026年01月13日 20:54:29 -06:00
rc/.config/rc Add kitty stuff 2026年04月20日 10:16:40 -05:00
river/.config Update stuff 2026年04月07日 15:43:39 -05:00
scripts/.scripts Update cpu_temp.sh 2024年05月20日 17:31:57 -05:00
swaylock/.config/swaylock Update swaylock/config 2024年05月03日 14:46:02 -05:00
tmux/.config/tmux Pin Tmux Catppuccin to v0.3.0 2024年10月07日 19:24:00 -05:00
wob/.config/wob Update river/init 2024年08月23日 13:41:46 -05:00
work @f5bd2329c5 Update lab and work submodules 2023年02月09日 10:10:16 -06:00
zathura/.config/zathura Add zathura config 2024年06月19日 21:34:14 -05:00
zellij/.config/zellij Update configs 2026年02月27日 10:53:44 -06:00
zls/.config Add zls 2024年07月03日 19:51:34 -05:00
zsh Switch icebox to adeliae 2024年04月10日 14:44:47 -05:00
.gitignore Update beansprout 2026年03月17日 19:45:47 -05:00
.gitlab-ci.yml Configure Secret Detection in .gitlab-ci.yml, creating this file if it does not already exist 2021年08月12日 21:23:56 +00:00
.gitmodules Switch back to Codeberg 2024年02月01日 15:16:01 -06:00
clean-env Add install/clean scripts 2021年08月11日 17:54:58 -05:00
desktop Add kitty stuff 2026年04月20日 10:16:40 -05:00
install Add install/clean scripts 2021年08月11日 17:54:58 -05:00
LICENSE Update LICENSE 2024年02月07日 15:24:44 +00:00
README.md Housekeeping 2024年09月20日 17:42:16 -05:00
server Add zellij 2025年02月20日 13:37:08 -06:00
uninstall Update tmux config 2023年11月13日 15:06:54 -06:00
work-lab Add catppuccin theme for bottom 2023年02月26日 20:11:45 -06:00
work-mac Update work-mac 2024年04月02日 09:54:05 -05:00

Welcome to my dotfiles

Using

Running the scripts assumes you've cloned this repo to your $HOME. I typically run git clone https://git.sr.ht/~bwbuhse/dotfiles ~/.dotfiles

Requirements

  1. zsh
  2. gnu stow

Applying

  1. Copy one of my existing script files, like arch
  2. Put any of the programs you want to install configuration for in the STOW_FOLDERS variable
  3. Run your new script - stow will automatically sym link any directories inside of the directories you've chosen to the parent directory of this repository i.e. stow nvim is (sort of) equivalent to running cd ..; ln -s .dotfiles/nvim/.config/ .config, but it is smart and can manage having multiple .configs, or things like that, and sym link to the highest level without conflicts

License

Unless otherwise stated, everything here should be under the MIT license which can be found under ./LICENSE.