Add zsh to basic stuff
This commit is contained in:
parent
e2e02fa768
commit
cb14dd8ec3
1 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
@ -12,11 +12,11 @@ sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
|||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
git which util-linux-user vim-enhanced
|
||||
git zsh which util-linux-user vim-enhanced
|
||||
|
||||
#echo 'Install fancy programming stuff...'
|
||||
#sudo dnf install -y \
|
||||
# tig zsh \
|
||||
# tig \
|
||||
# php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli composer java
|
||||
|
||||
#echo 'Install locale...'
|
||||
|
@ -27,9 +27,9 @@ sudo dnf install -y \
|
|||
#sudo dnf install -y \
|
||||
# awesome dex-autostart pavucontrol
|
||||
|
||||
#echo 'Installing graphical applications'
|
||||
#sudo dnf install -y \
|
||||
# guake firefox keepassxc nextcloud-client
|
||||
echo 'Installing graphical applications...'
|
||||
sudo dnf install -y \
|
||||
guake firefox keepassxc nextcloud-client
|
||||
|
||||
#echo 'Installing extended graphical applications...'
|
||||
#sudo dnf install -y \
|
||||
|
|
Loading…
Reference in a new issue