💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › slackware › 2-desktopSys… captured on 2024-08-25 at 09:13:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

systemSetup

Log

Files

Refs

README

LICENSE

2-desktopSystem.sh (726B)

     1 sboinstall lagrange i3 vlc meld keepassx gnucash mlterm claws-mail
     2 
     3 # virt-manger qemu
     4 
     5 # suckless st
     6 # git clone git://git.suckless.org/st
     7 # apt-get install -y libfontconfig1-dev libxft-dev xfonts-terminus
     8 # export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/
     9 # cd st
    10 # git checkout -b local 66556d9
    11 # cp ../../dotfiles/config.def.h st/
    12 # git add .
    13 # git commit -m "my config"
    14 # make clean install
    15 # cd ..
    16 
    17 
    18 # sc-im sc improved - vim-like spreadsheet calculator
    19 # some libraries are missing when compiling sc-in in 1-system.sh
    20 # here, it compiles
    21 # apt-get install -y bison libncurses5-dev libncursesw5-dev
    22 # git clone https://github.com/andmarti1424/sc-im.git
    23 # cd sc-im/src
    24 # make && make install
    25 # cd ../..
    26 
    27 # end