Browse Source

install.sh: add pandoc, fonts, python deps, konsole, ncdu, etc.

main
Brennen Bearnes 2 years ago
parent
commit
0f96f9143e
1 changed files with 16 additions and 4 deletions
  1. +16
    -4
      install.sh

+ 16
- 4
install.sh View File

@ -7,7 +7,7 @@ echo "installing kit from $KIT_ROOT"
echo 'installing package prereqs'
sudo apt-get install build-essential xterm tmux vim perl ack-grep \
git git-gui htop zsh suckless-tools figlet xmonad trayer xmobar \
volumeicon-alsa curl jq byzanz festival clipit redshift-gtk ranger \
volumeicon-alsa diodon curl jq byzanz festival redshift-gtk ranger \
rofi xsettingsd wmctrl lynx perl-doc dict moreutils myrepos etckeeper \
bzr cvs darcs mercurial subversion subversion-tools dunst i3lock \
fzf xclip xautolock pngphoon tree scrot pandoc dnsutils \
@ -15,15 +15,27 @@ sudo apt-get install build-essential xterm tmux vim perl ack-grep \
bsdmainutils \
calendar \
visidata \
sqlite3
sqlite3 \
konsole \
cabal-install \
ncdu
echo 'installing pandoc from cabal'
cabal update
cabal install pandoc
echo 'installing some extra fonts'
sudo apt-get install fonts-noto-color-emoji fonts-liberation fonts-roboto-hinted texlive-fonts-extra
echo 'installing perl dependencies'
# TODO: Some of these belong with specific progs:
sudo cpan -i Module::Build App::WRT DBI SQL::Abstract DBD::SQLite
echo 'installing python dependencies'
sudo apt install python3-pip
echo 'installing python dependencies and utils'
sudo apt-get install python3-pip
pip3 install panflute
pip3 install mastodon-archive
pip3 install pinboard-to-sqlite
echo 'vim setup'
if [ -e ~/.vim ]; then


|||||||
x
 
000:0
Loading…
Cancel
Save