dotfiles/install.sh
the_4n0nym0u53 5d1787fa2b
Config adjustments.
Alacritty: Increase font size to 11.
Neovim: New init.vim with vim-plug and other customizations.
2021-11-24 18:38:21 +01:00

22 lines
402 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/pvpn.sh
chmod +x waybar/.config/waybar/mediaplayer.py
sleep 1
echo -e "Done!"