JeremyStarTM's user-wide dotfiles
Find a file
2023-12-09 15:15:50 +01:00
btop Update install.sh 2023-12-08 18:47:34 +01:00
copyq Add konsole 2023-12-09 14:20:24 +01:00
cursors/Posy_Cursor Initial commit 2023-12-08 17:33:11 +01:00
eww Initial commit 2023-12-08 17:33:11 +01:00
fnott Initial commit 2023-12-08 17:33:11 +01:00
fontconfig Initial commit 2023-12-08 17:33:11 +01:00
fonts Initial commit 2023-12-08 17:33:11 +01:00
hypr Initial commit 2023-12-08 17:33:11 +01:00
icons Add dolphin & icons 2023-12-09 14:33:13 +01:00
jobrunner Initial commit 2023-12-08 17:33:11 +01:00
konsole Add konsole 2023-12-09 14:20:24 +01:00
mc-config Initial commit 2023-12-08 17:33:11 +01:00
mc-share Update install.sh 2023-12-08 18:47:34 +01:00
mpv Initial commit 2023-12-08 17:33:11 +01:00
neofetch Initial commit 2023-12-08 17:33:11 +01:00
nwg-look Initial commit 2023-12-08 17:33:11 +01:00
qt5ct Initial commit 2023-12-08 17:33:11 +01:00
qt6ct Initial commit 2023-12-08 17:33:11 +01:00
waybar Initial commit 2023-12-08 17:33:11 +01:00
.gitignore Update install.sh 2023-12-08 18:47:34 +01:00
bashrc Initial commit 2023-12-08 17:33:11 +01:00
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 Initial commit 2023-12-08 17:33:11 +01:00
konsolerc Remove screen information 2023-12-09 15:15:50 +01:00
README.md Remove dolphin dir, add README, update uninstall 2023-12-09 15:10:33 +01:00
starship.toml Initial commit 2023-12-08 17:33:11 +01:00
uninstall.sh ok removed it again, dolphin doesn't like symlinks 2023-12-09 15:14:08 +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"