systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

2-desktopSystem.sh (1673B)


      1 # sway i3-wm suckless-tools feh gsetroot sweep aumix geeqie mplayer xine-ui gnucash xtightvncviewer gvncviewer vnc4server tightvncserver x11vnc terminator xemacs21 vim-gtk wifi-radar universalindentgui mlterm libsixel-bin arandr xbacklight chromium-browser midori eclipse-cdt
      2 # audacious fails to install
      3 
      4 dnf install xterm plasma-desktop fluxbox meld cifs-utils keepassxc texlive texi2html gitk xsane w3m-img Thunar fontconfig-devel libX11-devel libXft-devel
      5 
      6 # centos
      7 dnf install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
      8 dnf install https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
      9 dnf install --skip-broken gstreamer1-libav gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free gstreamer1-plugins-bad-freeworld gstreamer1-plugins-bad-nonfree gstreamer1-plugins-good gstreamer1-plugins-ugly lame-libs lame-libs
     10 dnf install --skip-broken gstreamer1-libav gstreamer1-plugins-ugly
     11 dnf install --skip-broken mpv
     12 
     13 # suckless st
     14 git clone git://git.suckless.org/st
     15 apt-get install -y libfontconfig1-dev libxft-dev
     16 export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/
     17 cd st
     18 git checkout -b local 66556d9
     19 cp ../dotfiles/config.def.h st/
     20 git add .
     21 git commit -m "my config"
     22 make clean install
     23 cd ..
     24 
     25 
     26 
     27 # sc-im sc improved - vim-like spreadsheet calculator
     28 # some libraries are missing when compiling sc-in in 1-system.sh
     29 # here, it compiles
     30 dnf install bison ncurses-devel byacc
     31 git clone https://github.com/andmarti1424/sc-im.git
     32 cd sc-im/src
     33 make && make install
     34 cd ../..
     35 
     36 # optional
     37 # tilda conky celestia avidemux gnomebaker mhwaveedit kdebase kdebase-workspace gltron gtetrinet netris dillo
     38 
     39 # end