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 :: delete a folder then git push 
Shell :: git global ingnore 
Shell :: what is bash 
Shell :: install vlc on fedora 
Shell :: rebase branch github 
Shell :: git rebase head 
Shell :: bash list 
Shell :: node version manager 
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: how to clone all git repositories 
Shell :: how to delete branch on git 
Shell :: linux zip folder without parent folder 
Shell :: trash linux command 
Shell :: how to install and connect to ftp on ubuntu 18 
Shell :: docker login dockerhub 
Shell :: install intellij 
Shell :: pyinstaller dmg on mac 
Shell :: linux calculator 
Shell :: how to check ip addres on manjero 
Shell :: This script makes a backup of my home directory. 
Shell :: ubuntu install mariadb 
Shell :: bitbucket rename remote tag 
Shell :: plesk show mailqueue 
Shell :: npm install assemble script 
Shell :: convert excel to csv command line linux 
Shell :: udev rule adb 
Shell :: webp to png ubuntu command 
Shell :: install adb on mac 
Shell :: use curl to delete an image from docker hub 
Shell :: The chosen size is not valid for the chosen file system. : (-69850) 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =