File tree 2 files changed +6
-4
lines changed
core/tabs/applications-setup
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,15 @@ if [[ "$OS" == "arch" ]]; then
81
81
gnome-settings-daemon gnome-keyring neovim \
82
82
ttf-meslo-nerd noto-fonts-emoji ttf-joypixels ttf-jetbrains-mono \
83
83
starship network-manager-applet blueman pasystray wget unzip starship \
84
- curl zoxide
84
+ curl zoxide shfmt
85
85
elif [[ " $OS " == " fedora" ]]; then
86
86
sudo dnf install -y \
87
87
i3 polybar rofi maim \
88
88
imwheel xclip flameshot lxappearance thunar xorg-x11-server-Xorg \
89
89
xorg-x11-xinit xrandr gtk3 gnome-settings-daemon gnome-keyring \
90
90
neovim network-manager-applet blueman pasystray git jetbrains-mono-fonts-all \
91
- google-noto-color-emoji-fonts google-noto-emoji-fonts wget unzip curl zoxide
91
+ google-noto-color-emoji-fonts google-noto-emoji-fonts wget unzip curl zoxide \
92
+ shfmt
92
93
93
94
install_starship
94
95
fi
Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ if [[ "$OS" == "arch" ]]; then
78
78
gnome-settings-daemon gnome-keyring neovim \
79
79
ttf-meslo-nerd noto-fonts-emoji ttf-joypixels ttf-jetbrains-mono \
80
80
starship network-manager-applet blueman pasystray wget unzip starship \
81
- curl zoxide
81
+ curl zoxide shfmt
82
82
elif [[ " $OS " == " fedora" ]]; then
83
83
sudo dnf install -y \
84
84
i3 polybar rofi maim \
85
85
imwheel xclip flameshot lxappearance thunar xorg-x11-server-Xorg \
86
86
xorg-x11-xinit xrandr gtk3 gnome-settings-daemon gnome-keyring \
87
87
neovim network-manager-applet blueman pasystray git jetbrains-mono-fonts-all \
88
- google-noto-color-emoji-fonts google-noto-emoji-fonts wget unzip curl zoxide
88
+ google-noto-color-emoji-fonts google-noto-emoji-fonts wget unzip curl zoxide \
89
+ shfmt
89
90
90
91
install_starship
91
92
fi
You can’t perform that action at this time.
0 commit comments