JeremyStarTM's user-wide dotfiles
Find a file
2023-12-09 15:28:15 +01:00
btop
copyq
cursors/Posy_Cursor
eww
fnott
fontconfig
fonts
hypr
icons
jobrunner
konsole
mc-config
mc-share
mpv
neofetch
nwg-look
qt5ct
qt6ct
waybar
.gitignore Undo changes 2023-12-09 15:16:55 +01:00
bashrc
dolphinrc Show hidden files 2023-12-09 15:14:54 +01:00
install.sh ok removed it again, dolphin doesn't like symlinks 2023-12-09 15:14:08 +01:00
jstmbash.config.env
konsolerc Remove screen information 2023-12-09 15:15:50 +01:00
README.md fix readme 2nd try 2023-12-09 15:28:15 +01:00
starship.toml
uninstall.sh ok removed it again, dolphin doesn't like symlinks 2023-12-09 15:14:08 +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
  • ~/.icons
  • ~/.local/share/icons
  • ~/.fonts
  • ~/.config/fontconfig

Affected files

  • ~/.bashrc
  • ~/.config/starship.toml
  • ~/.config/jstmbash.env
  • ~/.config/konsolrc
  • ~/.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.

cd "$HOME/.dotfiles"
./uninstall.sh
git pull
./install.sh

Uninstalling

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

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