JeremyStarTM's user-wide dotfiles
Find a file
2023-12-13 21:09:58 +01:00
bin Fix updatechecker 2023-12-13 20:25:31 +01:00
btop
copyq Fix typos, update files 2023-12-13 19:01:39 +01:00
cursors/Posy_Cursor
eww
fnott
fontconfig Fix typos, update files 2023-12-13 19:01:39 +01:00
fonts
hypr
icons
jobrunner
konsole
kvantum Add kvantum support 2023-12-09 19:02:21 +01:00
lone-files Updated konsolerc 2023-12-13 19:33:57 +01:00
mc-config Made midnight commander safer 2023-12-13 21:09:58 +01:00
mc-share
mpv
neofetch Remove cringy line 2023-12-13 20:58:05 +01:00
nwg-look
qt5ct
qt6ct
waybar
.gitignore Undo changes 2023-12-09 15:16:55 +01:00
install.sh Add updater script 2023-12-13 20:03:46 +01:00
README.md Update updatechecker warning and update README 2023-12-13 20:06:49 +01:00
uninstall.sh Add updater script 2023-12-13 20:03:46 +01:00

jstm's dotfiles

Read this first!

Running install.sh or uninstall.sh will delete and change some things in your home directory!

Affected directories

  • ~/.jstmbash
  • ~/.config/hypr
  • ~/.config/waybar
  • ~/.config/fnott
  • ~/.config/eww
  • ~/.config/copyq
  • ~/.config/neofetch
  • ~/.config/btop
  • ~/.local/share/mc
  • ~/.config/mc
  • ~/.config/mpv
  • ~/.config/nwg-look
  • ~/.config/qt5ct
  • ~/.config/qt6ct
  • ~/.config/kvantum
  • ~/.icons
  • ~/.local/share/icons
  • ~/.fonts
  • ~/.config/fontconfig

Affected files

  • ~/.bashrc
  • ~/.config/starship.toml
  • ~/.config/jstmbash.env
  • ~/.config/konsolerc
  • ~/.config/dolphinrc
  • ~/.local/bin/jobrunner
  • ~/.local/bin/jobrunner-runjob

Recommendation

Please, do not modify any files. It will only cause issues during the update process.
If you wish to make your own dotfiles repo, you can of course modify files and then make your own repository.

Installing

git clone https://git.staropensource.de/JeremyStarTM/punktdateien.git "$HOME/.dotfiles"
cd "$HOME/.dotfiles"
./install.sh

Updating

This will remove all related files, pull and then link everything again automatically.

dotfiles-updater

Uninstalling

This will reset all programs to their original state and remove ~/.dotfiles completely.

cd "$HOME/.dotfiles"
env REMOVE_INSTALLBIT=true REMOVE_REPOSITORIES=true ./uninstall.sh
cd "$HOME"
rm -rf "$HOME/.dotfiles"