diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 05ef3e3..594d00f 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -2,3 +2,6 @@ command = "nvim" [data] is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }} +[git] + autoCommit = true + autoPush = true diff --git a/packages b/packages deleted file mode 100644 index d4fb1ef..0000000 --- a/packages +++ /dev/null @@ -1,95 +0,0 @@ -afetch -alsa-firmware -alsa-utils -aspell -aspell-en -aspell-fr -base -base-devel -bat -bluez-utils -catppuccin-gtk-theme-mocha -discord -dunst -emacs -fd -feh -filezilla -firefox -fish -fwupd -fzf -git -greetd -greetd-tuigreet -grim -gtk2 -gtk4 -hyprland -inotify-tools -intel-ucode -keychain -kitty -lf -lightly-qt -linux -linux-firmware -lvm2 -lxappearance -man-db -neovim -network-manager-applet -networkmanager -noto-fonts -noto-fonts-cjk -noto-fonts-emoji -openssh -pamixer -papirus-icon-theme -paru -pass -pass-otp -passff-host -pavucontrol -plymouth -polkit-kde-agent -poppler-glib -pulseaudio -pulseaudio-alsa -pulseaudio-bluetooth -qt5ct -qt6-wayland -rclone -reflector -runelite -slurp -sof-firmware -sof-tools -spotify-launcher -stow -swayidle -swaylock-effects -texlive-basic -texlive-bibtexextra -texlive-fontsextra -texlive-formatsextra -texlive-games -texlive-humanities -texlive-latexextra -texlive-mathscience -texlive-music -texlive-pictures -texlive-pstricks -texlive-publishers -ttf-fira-code -ttf-font-awesome -udiskie -udisks2 -unzip -vi -waybar -wl-clipboard -wofi -zip -zsh -zsh-antidote diff --git a/run_once_3_configure_fish.sh.tmpl b/run_once_3_configure_fish.sh.tmpl new file mode 100644 index 0000000..5c15427 --- /dev/null +++ b/run_once_3_configure_fish.sh.tmpl @@ -0,0 +1,4 @@ +#!/bin/sh +{{ if and (eq .chezmoi.os "linux") (not .is_wsl) -}} +fish -c "fisher update" +{{ end }}