Update README.md

This commit is contained in:
2025-09-03 10:09:32 +02:00
parent 8beb30f103
commit 0903654a65

View File

@@ -12,7 +12,7 @@ cd ./.dotfiles && curl -JOL "$url$fls"
for f in ./.*; do [[ -f ~/"$f" ]] && mv -vn ~/"$f" ./bak/; mv -vn "$f" ~/; done for f in ./.*; do [[ -f ~/"$f" ]] && mv -vn ~/"$f" ./bak/; mv -vn "$f" ~/; done
mv -vn ./my.pem ~/.ssh/; mv -vn ./tmux-mem-cpu-load ~/bin/ mv -vn ./my.pem ~/.ssh/; mv -vn ./tmux-mem-cpu-load ~/bin/
cd /usr/local/bin/ && \ mkdir -pv $HOME/bin && cd $HOME/bin && \
curl -JOL "https://gitea.dosmo.de/mark/dotfiles/raw/branch/main/linux/bin_amd64/tmux-mem-cpu-load" && \ curl -JOL 'https://gitea.dosmo.de/mark/dotfiles/raw/branch/main/linux/bin/tmux-mem-cpu-load' && \
chmod +x tmux-mem-cpu-load chmod +x tmux-mem-cpu-load
``` ```