systemSetup

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

1-system.sh (1091B)


      1 # easydoneit repo
      2 #echo 'deb http://spartatek.se/packages/ unstable/' >> /etc/apt/sources.list
      3 
      4 pkg install vim curl wget tmux clang make tree screen ranger mc htop cmatrix openssh elinks w3m nmap figlet lynx cowsay sl tig pwgen rsync valgrind fish gdb silversearcher-ag ncdu bmon toilet ncurses-dev
      5 
      6 # vim
      7 #sed -i 's/"syntax on/syntax on/g' /etc/vim/vimrc
      8 #cp vimrc.local /etc/vim/vimrc.local
      9 
     10 cp ../dotfiles/webs.sh /data/data/com.termux/files/usr/bin
     11 
     12 # diff-so-fancy
     13 #git clone https://github.com/so-fancy/diff-so-fancy.git
     14 #cp diff-so-fancy/diff-so-fancy /data/data/com.termux/files/usr/bin/
     15 #mkdir /data/data/com.termux/files/usr/bin/lib
     16 #cp diff-so-fancy/lib/DiffHighlight.pm /data/data/com.termux/files/usr/bin/lib/
     17 
     18 # sheepy
     19 #git clone https://spartatek.se/git/sheepy.git
     20 #cd sheepy
     21 #./install.sh
     22 #spm install sheepyExamples -g
     23 
     24 # sc-im sc improved - vim-like spreadsheet calculator
     25 cp wordexp.h /data/data/com.termux/files/usr/include/wordexp.h
     26 pkg install bison
     27 git clone https://github.com/andmarti1424/sc-im.git
     28 cp Makefile sc-im/src/
     29 cd sc-im/src
     30 make && make install
     31 cd ../..