Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install fish ubuntu

$ sudo apt-add-repository ppa:fish-shell/release-3
$ sudo apt-get update && sudo apt-get upgrade
sudo apt-get install fish
sudo chsh -s /usr/local/bin/fish

To get back to bash, use:
sudo chsh -s 'which bash'
Comment

install cute fish on ubuntu

sudo apt install -y git devscripts build-essential cmake ninja-build
sudo apt install -y qtbase5-dev qtquickcontrols2-5-dev libkf5networkmanagerqt-dev modemmanager-qt-dev debhelper extra-cmake-modules libkf5kio-dev libkf5screen-dev libqt5sensors5-dev qtdeclarative5-dev qttools5-dev qttools5-dev-tools libxcb-icccm4-dev qtbase5-private-dev kwin-dev libkdecorations2-dev libqt5xdg-dev libdbusmenu-qt5-dev libxcb-ewmh-dev libicu-dev libxcb-randr0-dev libsm-dev libxcb-xfixes0-dev libxcb-damage0-dev libxcb-composite0-dev libxcb-shm0-dev libxcb-util-dev libxcb-image0-dev libxtst-dev libpulse-dev libpolkit-qt5-1-dev libpolkit-agent-1-dev libqt5x11extras5-dev

mkdir -p ~/Downloads/cutefish
cd ~/Downloads/cutefish

git clone https://github.com/cutefishos/libcutefish.git
cd libcutefish
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/fishui
cd fishui
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/kwin-plugins
cd kwin-plugins
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/launcher
cd launcher
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/qt-plugins
cd qt-plugins
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/wallpapers
cd wallpapers
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
sudo apt-get install ./*.deb

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/dock
cd dock
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/filemanager
cd filemanager
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/settings
cd settings
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/statusbar
cd statusbar
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
git clone https://github.com/cutefishos/core
cd core
dpkg-buildpackage -uc -us -b

cd ~/Downloads/cutefish
sudo apt-get install ./*.deb

## no debian directory
# cd ~/Downloads/cutefish
# git clone https://github.com/cutefishos/calculator
# cd calculator

## no debian directory
# cd ~/Downloads/cutefish
# git clone https://github.com/cutefishos/icons
# cd icons
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu move folder to another directory 
Shell :: Failed to install the following Android SDK packages as some licences have not been accepted. build-tools;28.0.3 Android SDK Build-Tools 28.0.3 platforms;android-29 Android SDK Platform 29 
Shell :: git Already up to date. 
Shell :: bash calculate division 
Shell :: install ros foxy 
Shell :: install slack ubuntu 
Shell :: rails scaffold 
Shell :: remove a directory 
Shell :: how to install trello on linux 
Shell :: expo channels list 
Shell :: install vue-material 
Shell :: nmap udp scan 
Shell :: git remove deleted remote branches 
Shell :: timestamp zsh terminal 
Shell :: install drush ubuntu 20.04 
Shell :: docker remove all images powershell 
Shell :: run redis in background ubuntu 
Shell :: get size of image linux 
Shell :: how to set up git in linux terminal 
Shell :: git set head to commit 
Shell :: better discord how to install plugins 
Shell :: bash get kernel version 
Shell :: check changes after git pull 
Shell :: how to install blackeye bash 
Shell :: install vlc ubuntu 
Shell :: how to install dpkg in ubuntu 
Shell :: bash home 
Shell :: ssh-add git 
Shell :: install packages from jupyter notebook 
Shell :: git stash docs 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =