forked from sh-edraft.de/sh_linux_installation_scripts
Improved default install
This commit is contained in:
parent
7bafbd2db0
commit
59f95b2e73
@ -6,17 +6,25 @@ default_install() {
|
|||||||
sudo apt-get install net-tools htop tree zip unzip neofetch -y
|
sudo apt-get install net-tools htop tree zip unzip neofetch -y
|
||||||
sudo apt-get install stacer -y
|
sudo apt-get install stacer -y
|
||||||
|
|
||||||
|
sudo snap install simplenote
|
||||||
|
}
|
||||||
|
|
||||||
|
install_ulauncher() {
|
||||||
sudo add-apt-repository ppa:agornostal/ulauncher
|
sudo add-apt-repository ppa:agornostal/ulauncher
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install ulauncher -y
|
sudo apt-get install ulauncher -y
|
||||||
|
}
|
||||||
|
|
||||||
|
install_chrome() {
|
||||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
||||||
rm google-chrome-stable_current_amd64.deb
|
rm google-chrome-stable_current_amd64.deb
|
||||||
|
}
|
||||||
sudo snap install simplenote
|
|
||||||
|
install_lsd() {
|
||||||
# wget https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd-musl_0.19.0_amd64.deb
|
wget https://github.com/source-foundry/Hack/releases/download/v3.003/Hack-v3.003-ttf.zip
|
||||||
# sudo dpkg -i lsd_0.19.0_amd64.deb
|
unzip Hack-v3.003-ttf.zip
|
||||||
# rm lsd_0.19.0_amd64.deb
|
sudo cp -r ttf/* /usr/share/fonts/
|
||||||
|
rm -r ttf
|
||||||
|
sudo snap install lsd
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user