summaryrefslogtreecommitdiff
path: root/.local/bin/dotfiles
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-22 18:51:58 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-22 18:51:58 -0500
commit29c853a0273fdfe93322fa8b9360afce1af4794a (patch)
treed8e0ba81a350c8457955ae2f924bc5e28b670861 /.local/bin/dotfiles
parentremove ymls (diff)
downloaddotfiles-arch-29c853a0273fdfe93322fa8b9360afce1af4794a.tar.gz
dotfiles-arch-29c853a0273fdfe93322fa8b9360afce1af4794a.tar.bz2
dotfiles-arch-29c853a0273fdfe93322fa8b9360afce1af4794a.zip
add new config
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dotfiles4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles
index 6bfc041..d170056 100755
--- a/.local/bin/dotfiles
+++ b/.local/bin/dotfiles
@@ -4,6 +4,7 @@ config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME"
$config add "$XDG_CONFIG_HOME/alacritty"
$config add "$XDG_CONFIG_HOME/fontconfig"
+$config add "$XDG_CONFIG_HOME/gtk-2.0"
$config add "$XDG_CONFIG_HOME/gtk-3.0"
$config add "$XDG_CONFIG_HOME/gtk-4.0"
$config add "$XDG_CONFIG_HOME/hypr"
@@ -12,6 +13,9 @@ $config add "$XDG_CONFIG_HOME/nvim"
$config add "$XDG_CONFIG_HOME/sway"
$config add "$XDG_CONFIG_HOME/waybar"
$config add "$XDG_CONFIG_HOME/wofi"
+$config add "$XDG_CONFIG_HOME/desktop-common"
+$config add "$XDG_CONFIG_HOME/ranger"
+$config add "$XDG_CONFIG_HOME/kitty"
$config add "$XDG_CONFIG_HOME/mimeapps.list"
$config add "$XDG_CONFIG_HOME/pfetch_logos"
$config add "$XDG_CONFIG_HOME/starship.toml"