Try zsh instead of fish

main
Micke Nordin 3 years ago
parent b7c3704c29
commit d7f903af8c

@ -17,15 +17,16 @@ sudo apt install \
cargo \ cargo \
cheese \ cheese \
cmake \ cmake \
cpufrequtils \
curl \ curl \
elinks \ elinks \
exa \ exa \
firefox-esr \ firefox-esr \
fish \
geany \ geany \
geany-plugins \ geany-plugins \
git \ git \
jq \ jq \
laptop-mode-tools \
libcairo-dev \ libcairo-dev \
libdbus-1-dev \ libdbus-1-dev \
libgtkmm-3.0-dev \ libgtkmm-3.0-dev \
@ -63,7 +64,8 @@ sudo apt install \
unzip \ unzip \
wayland-protocols \ wayland-protocols \
wl-clipboard \ wl-clipboard \
wlr-randr wlr-randr \
zsh
# Fix nm-tray icon # Fix nm-tray icon
nm=$(grep QT_QPA_PLATFORMTHEME /etc/security/pam_env.conf) nm=$(grep QT_QPA_PLATFORMTHEME /etc/security/pam_env.conf)
if [[ "x${nm}" == "x" ]]; then if [[ "x${nm}" == "x" ]]; then
@ -217,10 +219,9 @@ wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/ap
sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb
sudo apt -f install sudo apt -f install
# Fish and oh my fish # oh my zsh
curl -L https://get.oh-my.fish | fish sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
omf install agnoster omz theme use agnoster
chsh -s (which fish)
echo "Make sure you have you gpg-key imported and trusted" echo "Make sure you have you gpg-key imported and trusted"

Loading…
Cancel
Save