systemSetup

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

commit 29cc0407e91269077ccba58644c0b421640cbc41
parent 33490d84f620bf7b116fe50aa033fbf4d8a70291
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 12 Dec 2020 20:28:52 +0100

install lolcat c version instead ruby

debian/1-system.sh | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)

Diffstat:
Mdebian/1-system.sh | 24++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -9,7 +9,7 @@ echo 'deb http://spartatek.se/packages/ unstable/' >> /etc/apt/sources.list apt-get update -y apt-get upgrade -y apt-get remove -y vim-tiny -apt-get install -y sshguard net-tools curl wget tmux build-essential clang-10 clangd-10 clang-format-10 clang-tidy-10 clang-tools-10 ruby tree apt-transport-https screen ranger mc vim-nox ncftp p7zip-full rtorrent pbzip2 atop htop glances tcc sshuttle finger cmatrix jigdo-file openssh-server ntp kpcli iftop iotop unison qrencode apt-file libpcre3-dev graphviz pandoc elinks w3m links nmap figlet zip lynx apt-src cowsay sl tig rdiff-backup imagemagick graphicsmagick llgal moreutils pwgen unattended-upgrades rsync ca-certificates pigz pixz astyle uncrustify unifdef valgrind doxygen fish gdb lcov slurm cloc python3-dev python3-pip silversearcher-ag ncdu mutt bmon lm-sensors cppcheck check clang toilet erlang mini-dinstall pinentry-curses exuberant-ctags mkdocs source-highlight highlight massif-visualizer locate etckeeper autojump emacs-nox +apt-get install -y sshguard net-tools curl wget tmux build-essential clang-10 clangd-10 clang-format-10 clang-tidy-10 clang-tools-10 tree apt-transport-https screen ranger mc vim-nox ncftp p7zip-full rtorrent pbzip2 atop htop glances tcc sshuttle finger cmatrix jigdo-file openssh-server ntp kpcli iftop iotop unison qrencode apt-file libpcre3-dev graphviz pandoc elinks w3m links nmap figlet zip lynx apt-src cowsay sl tig rdiff-backup imagemagick graphicsmagick llgal moreutils pwgen unattended-upgrades rsync ca-certificates pigz pixz astyle uncrustify unifdef valgrind doxygen fish gdb lcov slurm cloc python3-dev python3-pip silversearcher-ag ncdu mutt bmon lm-sensors cppcheck check clang toilet erlang mini-dinstall pinentry-curses exuberant-ctags mkdocs source-highlight highlight massif-visualizer locate etckeeper autojump emacs-nox # vim sed -i 's/"syntax on/syntax on/g' /etc/vim/vimrc @@ -17,14 +17,18 @@ cp vimrc.local /etc/vim/vimrc.local cp ../dotfiles/webs.sh /usr/local/bin/ +# sheepy +git clone https://spartatek.se/git/sheepy.git +cd sheepy +./install.sh +spm -g install sheepyExamples +spm -g install hidir +spm -g install lolcat +cd .. + # doitlive pip install doitlive -# lolcat -gem install lolcat - -cp ../dotfiles/webs.sh /usr/local/bin/ - # optional apt-get install p7zip-rar rar apt-get install -y --allow-unauthenticated easydoneit @@ -70,14 +74,6 @@ cp diff-so-fancy/diff-so-fancy /usr/local/bin/ mkdir /usr/local/bin/lib cp diff-so-fancy/lib/DiffHighlight.pm /usr/local/bin/lib/ -# sheepy -git clone https://spartatek.se/git/sheepy.git -cd sheepy -./install.sh -spm -g install sheepyExamples -spm -g install hidir -cd .. - # git-off git clone https://noulin.net/git/git-off.git export OFF=`pwd`/git-off/c/git-off.c