Skip to content

Commit be742e1

Browse files
committed
Add shfmt
1 parent 417f679 commit be742e1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: core/tabs/applications-setup/i3wm.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,15 @@ if [[ "$OS" == "arch" ]]; then
8181
gnome-settings-daemon gnome-keyring neovim \
8282
ttf-meslo-nerd noto-fonts-emoji ttf-joypixels ttf-jetbrains-mono \
8383
starship network-manager-applet blueman pasystray wget unzip starship \
84-
curl zoxide
84+
curl zoxide shfmt
8585
elif [[ "$OS" == "fedora" ]]; then
8686
sudo dnf install -y \
8787
i3 polybar rofi maim \
8888
imwheel xclip flameshot lxappearance thunar xorg-x11-server-Xorg \
8989
xorg-x11-xinit xrandr gtk3 gnome-settings-daemon gnome-keyring \
9090
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
9293

9394
install_starship
9495
fi

Diff for: scripts/i3wm.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@ if [[ "$OS" == "arch" ]]; then
7878
gnome-settings-daemon gnome-keyring neovim \
7979
ttf-meslo-nerd noto-fonts-emoji ttf-joypixels ttf-jetbrains-mono \
8080
starship network-manager-applet blueman pasystray wget unzip starship \
81-
curl zoxide
81+
curl zoxide shfmt
8282
elif [[ "$OS" == "fedora" ]]; then
8383
sudo dnf install -y \
8484
i3 polybar rofi maim \
8585
imwheel xclip flameshot lxappearance thunar xorg-x11-server-Xorg \
8686
xorg-x11-xinit xrandr gtk3 gnome-settings-daemon gnome-keyring \
8787
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
8990

9091
install_starship
9192
fi

0 commit comments

Comments
 (0)