2025-05-10 11:48:33 +02:00
2025-03-15 13:30:58 +01:00
2025-03-15 13:30:58 +01:00
2025-03-15 13:30:58 +01:00
2025-05-10 11:48:33 +02:00

dotfiles of various of my systems

Use something like below to get and roll-out quickly:

url='https://gitea.dosmo.de/mark/dotfiles/raw/branch/main/linux/'
fls='{.bash_aliases,.bashrc,.profile,.tmux.conf,.vimrc,authorized_keys}'

cd ~ # or where ever you want to place these files:
mkdir -pv ./.dotfiles/bak
cd ./.dotfiles && curl -JOL "$url$fls" 
for f in ./.*; do mv -vn ~/"$f" ./bak/; mv -vn "$f" ~/; done

cd /usr/local/bin/ && \
curl -JOL "https://gitea.dosmo.de/mark/dotfiles/raw/branch/main/linux/bin_amd64/tmux-mem-cpu-load" && \
chmod +x tmux-mem-cpu-load
Description
No description provided
Readme GPL-2.0 132 KiB
Languages
HTML 98.7%
Shell 1.3%