Update install script
This commit is contained in:
parent
20134f9543
commit
081b1741ec
1 changed files with 7 additions and 1 deletions
|
@ -25,7 +25,7 @@ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key ad
|
|||
sudo apt update
|
||||
|
||||
# Install things
|
||||
sudo apt install abcde arc-theme biber calibre cmus conky-all curl dh-autoreconf emacs27 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice libsox-fmt-mp3 maildir-utils mu4e offlineimap openbox pandoc papirus-icon-theme plank pnmixer python2.7 python3 python3-venv python3-pip redshift-gtk ruby-full sakura sox spotify-client sqlite3 suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zsh
|
||||
sudo apt install abcde arc-theme biber cmus conky-all curl dh-autoreconf emacs27 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice libsox-fmt-mp3 lilypond maildir-utils mu4e offlineimap openbox pandoc papirus-icon-theme plank pnmixer python2.7 python3 python3-venv python3-pip redshift-gtk ruby-full sakura sox spotify-client sqlite3 suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird timidity tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zsh
|
||||
# build-essential libsox-fmt-all sox xserver-xorg-core xserver-xlib-input-synaptics zlib1g-dev zotero # not required
|
||||
# google-chrome python-pip # not working in focal
|
||||
|
||||
|
@ -73,10 +73,16 @@ rm -rf cmusfm # i *assume* this can be done before init
|
|||
cmusfm init
|
||||
echo Don’t forget to set it as a status display program
|
||||
|
||||
wget https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux
|
||||
chmod +x b2-linux
|
||||
mv b2-linux ~/.local/bin
|
||||
|
||||
# mkdir -p ~/.zot
|
||||
# curl https://api.github.com/repos/retorquere/zotero-better-bibtex/releases/latest | grep "browser_download_url.*xpi" | cut -d : -f 2,3 | tr -d \" | wget -qi -
|
||||
# mv zotero-better-bibtex*.xpi ~/.zot/
|
||||
|
||||
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
|
||||
|
||||
wget https://github.com/bBoxType/FiraSans/archive/master.zip
|
||||
unzip master.zip
|
||||
sudo mkdir -p /usr/share/fonts/opentype/fira
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue