💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › debian › 2-desktopSystem… captured on 2023-01-29 at 11:27:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-07-10)

-=-=-=-=-=-=-

systemSetup

Log

Files

Refs

README

LICENSE

2-desktopSystem.sh (1950B)

     1 apt-get install -y fbi i3-wm suckless-tools feh fluxbox eog baobab gsetroot sweep aumix geeqie audacious mplayer xine-ui meld cifs-utils keepassx gnucash texlive texi2html xtightvncviewer gvncviewer vnc4server tightvncserver x11vnc gitk terminator xemacs21 vim-gtk wifi-radar xsane gedit universalindentgui mlterm libsixel-bin w3m-img arandr xbacklight chromium thunar midori eclipse-cdt thunderbird claws-mail
     2 
     3 
     4 # suckless st
     5 git clone git://git.suckless.org/st
     6 apt-get install -y libfontconfig1-dev libxft-dev xfonts-terminus
     7 export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/
     8 cd st
     9 git checkout -b local 66556d9
    10 cp ../../dotfiles/config.def.h st/
    11 git add .
    12 git commit -m "my config"
    13 make clean install
    14 cd ..
    15 
    16 
    17 # palemoon
    18 echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0/ /' > /etc/apt/sources.list.d/palemoon.list
    19 wget -nv http://download.opensuse.org/repositories/home:stevenpusser/Debian_9.0/Release.key -O Release.key
    20 apt-key add - < Release.key
    21 apt-get update -y
    22 apt-get install -y palemoon
    23 #apt-get install -y --allow-unauthenticated palemoon
    24 
    25 
    26 # virtualbox
    27 echo 'deb http://download.virtualbox.org/virtualbox/debian stretch contrib' > /etc/apt/sources.list.d/virtualbox.list
    28 curl -O https://www.virtualbox.org/download/oracle_vbox_2016.asc
    29 apt-key add oracle_vbox_2016.asc
    30 apt-get update -y
    31 apt-get install -y virtualbox-5.1
    32 
    33 # lsix ls photos pictures in terminal
    34 git clone https://github.com/hackerb9/lsix.git
    35 cp lsix/lsix /usr/local/bin/
    36 
    37 # sc-im sc improved - vim-like spreadsheet calculator
    38 # some libraries are missing when compiling sc-in in 1-system.sh
    39 # here, it compiles
    40 apt-get install -y bison libncurses5-dev libncursesw5-dev
    41 git clone https://github.com/andmarti1424/sc-im.git
    42 cd sc-im/src
    43 make && make install
    44 cd ../..
    45 
    46 # optional
    47 #apt-get install tilda conky celestia avidemux gnomebaker mhwaveedit kdebase kdebase-workspace gltron gtetrinet netris dillo
    48 
    49 # end
    50 apt-get autoremove -y