2022-03-10 22:01:56 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
ln -s "$(pwd)/.aliases.sh" "$HOME/.aliases.sh"
|
|
|
|
|
|
|
|
mkdir -p ~/bin
|
|
|
|
stow --target=$HOME/bin bin
|
|
|
|
sudo chmod +x ~/bin/*.sh
|
|
|
|
|
|
|
|
mkdir -p ~/.config
|
|
|
|
stow --target=$HOME/.config .config
|
|
|
|
|
2025-01-09 21:35:30 +02:00
|
|
|
cp --update=none .rsync_template ~/.rsync
|