dotfiles/install.sh
the_4n0nym0u53 b90a360321
Trying out IVPN
The client doesn't depend on systemd nor NetworkManager. Excellent for an Artix user like me!
Shoutout to Viktor from IVPN for the free trial (not sponsored)!
2021-12-14 17:31:14 +01:00

21 lines
401 B
Bash
Executable file

#!/bin/sh
echo -e "Creating the symlinks with stow..."
stow -t $HOME alacritty \
mako \
nvim \
sway \
swaylock \
waybar
sleep 1
echo -e "Making scripts executable..."
chmod +x sway/.config/sway/autostart.sh
chmod +x waybar/.config/waybar/ivpn.sh
chmod +x waybar/.config/waybar/mediaplayer.py
sleep 1
echo -e "Done!"