fix: broken commit

This commit is contained in:
2024-04-06 21:16:31 -05:00
parent fd2111b692
commit 2b5a357815
21301 changed files with 769601 additions and 1226 deletions

12
scripts/setup.sh Normal file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
DOTFILES_DIR="$SCRIPT_DIR"/..
mkdir ~/.config ~/.icons ~/.themes
ln -sf $DOTFILES_DIR/config/* ~/.config/.
ln -sf $DOTFILES_DIR/icons/* ~/.icons/.
ln -sf $DOTFILES_DIR/themes/* ~/.themes/.