fix(setup): fix order of packages/config
This commit is contained in:
@@ -19,42 +19,42 @@ ERROR=false
|
|||||||
# Define packages
|
# Define packages
|
||||||
typeset -a PKGS
|
typeset -a PKGS
|
||||||
PKGS=(
|
PKGS=(
|
||||||
"zsh"
|
|
||||||
"tmux"
|
|
||||||
"alacritty"
|
"alacritty"
|
||||||
"i3"
|
|
||||||
"i3status"
|
|
||||||
"i3lock"
|
|
||||||
"picom"
|
|
||||||
"dunst"
|
"dunst"
|
||||||
|
"fish"
|
||||||
|
"i3"
|
||||||
|
"i3lock"
|
||||||
|
"i3status"
|
||||||
|
"jq"
|
||||||
|
"lf"
|
||||||
|
"picom"
|
||||||
"rofi"
|
"rofi"
|
||||||
"startx"
|
"startx"
|
||||||
"lf"
|
"tmux"
|
||||||
"jq"
|
"zsh"
|
||||||
"fish"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Define paths to symlink
|
# Define paths to symlink
|
||||||
typeset -a SYMLINKS
|
typeset -a SYMLINKS
|
||||||
SYMLINKS=(
|
SYMLINKS=(
|
||||||
".Xresources"
|
|
||||||
".xinitrc"
|
|
||||||
".xinit-scripts"
|
|
||||||
".gtkrc-2.0"
|
|
||||||
".config/tmux"
|
|
||||||
".config/alacritty"
|
".config/alacritty"
|
||||||
".config/fish"
|
|
||||||
".config/i3"
|
|
||||||
".config/i3status"
|
|
||||||
".config/rofi"
|
|
||||||
".config/picom"
|
|
||||||
".config/dunst"
|
".config/dunst"
|
||||||
".config/lf"
|
".config/fish"
|
||||||
".config/gtk-3.0"
|
".config/gtk-3.0"
|
||||||
".config/gtk-4.0"
|
".config/gtk-4.0"
|
||||||
|
".config/i3"
|
||||||
|
".config/i3status"
|
||||||
|
".config/lf"
|
||||||
|
".config/picom"
|
||||||
|
".config/rofi"
|
||||||
|
".config/tmux"
|
||||||
".config/yay"
|
".config/yay"
|
||||||
".local/bin"
|
".local/bin"
|
||||||
".local/share/fonts"
|
".local/share/fonts"
|
||||||
|
".gtkrc-2.0"
|
||||||
|
".xinit-scripts"
|
||||||
|
".xinitrc"
|
||||||
|
".Xresources"
|
||||||
)
|
)
|
||||||
|
|
||||||
typeset -A SYMLINK_MAP
|
typeset -A SYMLINK_MAP
|
||||||
|
|||||||
Reference in New Issue
Block a user