No description
- Vim Script 62.9%
- Lua 31%
- Python 5.1%
- CSS 0.6%
- JavaScript 0.4%
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