JeremyStarTM's user-wide dotfiles
Find a file
2023-12-09 15:10:33 +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
bashrc
dolphinrc
install.sh Remove dolphin dir, add README, update uninstall 2023-12-09 15:10:33 +01:00
jstmbash.config.env
konsolerc
README.md Remove dolphin dir, add README, update uninstall 2023-12-09 15:10:33 +01:00
starship.toml
uninstall.sh Remove dolphin dir, add README, update uninstall 2023-12-09 15:10:33 +01:00

jstm's dotfiles

Installing

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

Updating

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

Uninstalling

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