add fish install and autocommit on chezmoi
This commit is contained in:
parent
dee64aad1f
commit
f5053d1255
3 changed files with 7 additions and 95 deletions
|
@ -2,3 +2,6 @@
|
||||||
command = "nvim"
|
command = "nvim"
|
||||||
[data]
|
[data]
|
||||||
is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }}
|
is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }}
|
||||||
|
[git]
|
||||||
|
autoCommit = true
|
||||||
|
autoPush = true
|
||||||
|
|
95
packages
95
packages
|
@ -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
|
|
4
run_once_3_configure_fish.sh.tmpl
Normal file
4
run_once_3_configure_fish.sh.tmpl
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
{{ if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
|
||||||
|
fish -c "fisher update"
|
||||||
|
{{ end }}
|
Loading…
Reference in a new issue