Update install scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f8c131b5f3
commit
64a5b09320
4 changed files with 34 additions and 4 deletions
|
@ -20,6 +20,10 @@ CONFIG_LINKED_FILES_HOME=(
|
|||
".config/chromium-flags.conf"
|
||||
".config/dconf"
|
||||
".config/dunst"
|
||||
".config/electron12-flags.conf"
|
||||
".config/electron13-flags.conf"
|
||||
".config/electron-flags.conf"
|
||||
".config/environment.d"
|
||||
".config/espanso"
|
||||
".config/fontconfig"
|
||||
".config/git"
|
||||
|
@ -27,6 +31,7 @@ CONFIG_LINKED_FILES_HOME=(
|
|||
".config/gtk-3.0"
|
||||
".config/httpie"
|
||||
".config/i3"
|
||||
".config/kanshi"
|
||||
".config/maven"
|
||||
".config/mopidy"
|
||||
".config/mpd"
|
||||
|
@ -45,13 +50,16 @@ CONFIG_LINKED_FILES_HOME=(
|
|||
".config/starship"
|
||||
".config/streamlink"
|
||||
".config/ssh"
|
||||
".config/sway"
|
||||
".config/sxhkd"
|
||||
".config/topgrade.toml"
|
||||
".config/Thunar"
|
||||
".config/Trolltech.conf"
|
||||
".config/user-dirs.dirs"
|
||||
".config/user-dirs.locale"
|
||||
".config/vim"
|
||||
".config/vue"
|
||||
".config/waybar"
|
||||
".config/wget"
|
||||
".config/X11"
|
||||
".config/yay"
|
||||
|
@ -59,7 +67,8 @@ CONFIG_LINKED_FILES_HOME=(
|
|||
".config/zsh"
|
||||
".config/kitty"
|
||||
".local/bin"
|
||||
".local/share/gnupg/gpg-agent.conf"
|
||||
".local/share/gnupg/gpg.conf"
|
||||
".local/share/gnupg/dirmngr.conf"
|
||||
)
|
||||
|
||||
declare -A CONFIG_LINKED_FILES
|
||||
|
@ -81,4 +90,4 @@ for file in "${!CONFIG_LINKED_FILES[@]}"; do
|
|||
rm -rf "${file}" |& output::debug
|
||||
ln -fs "${CONFIG_LINKED_FILES[${file}]}" "${file}" |& output::debug
|
||||
done
|
||||
output::success "Successfully created symlinks"
|
||||
output::success "Successfully created symlinks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue