1
0
Fork
You've already forked dot-files
0
No description
  • Vim Script 62.9%
  • Lua 31%
  • Python 5.1%
  • CSS 0.6%
  • JavaScript 0.4%
Find a file
2026年05月02日 19:47:02 -05:00
bash bash: add alias for getting AS numbers from an IP 2026年05月02日 19:47:02 -05:00
dunst/.config/dunst dunst: add config for dunst 2024年06月26日 03:42:58 +00:00
feh/.config/feh feh: update keys 2024年07月21日 09:03:01 +00:00
git git: add 'staged' alias 2023年07月02日 10:52:24 +00:00
gtk gtk: use Inconsolata font for gtk3 2025年09月22日 00:48:17 +00:00
i3 i3: remove some hot keys 2025年09月22日 00:48:17 +00:00
mpd/.config/ncmpc remove tools from dotfiles 2024年05月17日 06:37:58 +00:00
mpv/.config/mpv mpv: increase cache sizes 2025年09月22日 00:48:17 +00:00
mutt/.mutt mutt: update header colors 2023年10月06日 04:49:14 +00:00
nethack Add config for nethack 2022年12月03日 02:49:52 +00:00
qutebrowser/.config qutebrowser: update firejail recipe 2025年09月22日 00:48:17 +00:00
screen Move to using GNU Stow 2022年12月03日 02:49:51 +00:00
task/.config/task task: add anti, free, and gift difficulty 2024年06月03日 02:31:53 +00:00
tmux tmux: update root vlock, add hotkey 2024年06月03日 02:24:54 +00:00
vim vim: set tabs for python finally 2025年09月22日 00:48:17 +00:00
X X: reduce timeout for ssh-agent key expiry 2026年05月02日 19:46:27 -05:00
yt-dlp/.config/yt-dlp yt-dlp: update audio/video choice 2025年09月22日 00:48:17 +00:00
zim/.config/zim Move to using GNU Stow 2022年12月03日 02:49:51 +00:00
README.md update URL 2025年03月19日 23:19:13 +00:00

Welcome to my dot-files project. I have been using Linux for over 20 years, and have been tweaking and tuning my config files for nearly as long.

Check out the configs; they're sorted by what program uses them, and several have helper scripts kept in $HOME/tools/.

The configurations are organized so that they can be managed with the program "GNU Stow"; https://www.gnu.org/software/stow/

How to use:

  • Set up git
  • Clone this project
git clone https://codeberg.org/bobdobberson/dot-files ~/.dotfiles
  • Install GNU Stow
sudo apt install stow
  • Create a stow configuration file; $HOME/.stowrc:
--dir=$HOME/.dotfiles
--target=$HOME
--no-folding

To symlink configs for a various program, run:

stow <program name>

Where is the direcory, basically, like X, i3, bash, vim