Skip to content

Commit 05d0a6c

Browse files
committed
refactor: change script path for full_install.sh | add xdg-users-dirs-update command to commands.sh script | add xdg package
1 parent b4a2629 commit 05d0a6c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

full_install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
source ./scripts/packages.sh
4-
source ./scripts/stowing.sh
5-
source ./scripts/commands.sh
6-
source ./scripts/warp_start.sh
3+
source ~/dotfiles/scripts/packages.sh
4+
source ~/dotfiles/scripts/stowing.sh
5+
source ~/dotfiles/scripts/commands.sh
6+
source ~/dotfiles/scripts/warp_start.sh

scripts/commands.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
git config --global core.editor "helix"
44
fc-cache -fv
5+
xdg-user-dirs-update

scripts/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ official_packages=(
9999
"helix"
100100
"vlc"
101101
"thunar"
102+
"xdg-user-dirs"
102103
)
103104

104105
# AUR packages (requires yay)
105106
aur_packages=(
106107
"warp-cli"
107-
"aseprite"
108108
"apple-fonts"
109109
"ttf-ms-win11-segoe-ui-variable"
110110
)

0 commit comments

Comments
 (0)