Go to file
2023-11-02 09:24:47 +01:00
bin First Commit 2023-10-24 23:29:07 +02:00
bspwm/.config/bspwm First Commit 2023-10-24 23:29:07 +02:00
dmenu First Commit 2023-10-24 23:29:07 +02:00
feh First Commit 2023-10-24 23:29:07 +02:00
polybar/.config/polybar First Commit 2023-10-24 23:29:07 +02:00
sxhkd/.config/sxhkd First Commit 2023-10-24 23:29:07 +02:00
vim First Commit 2023-10-24 23:29:07 +02:00
zsh zsh more and less 2023-11-02 09:24:47 +01:00
README.md First Commit 2023-10-24 23:29:07 +02:00
stowed.list First Commit 2023-10-24 23:29:07 +02:00

Tonitch's Dotfiles

This is mostly my dotfiles. I'm pretty sure I will forget to update it in some times but at least I will have a setup to roll with...

Usage

some of these folder are stow packages. (see stowed.list)

The best method to install these is:

  1. Clone this repo as $HOME/.dotfiles
  2. executes the bellow commands
$ git clone https://git.herisson.ovh/tonitch/dotfiles $HOME/.dotfiles
$ cd $HOME/.dotfiles
$ cat stowed.list | xargs stow

Non-stow config files might have to be placed manually at their correct location. I will try to put a INSTALL.md in folders to know what you are supposed to do with those.