commit 631cbd8a3ba671aa3cafa36bca28d756f28ea2a0
parent 653cf4209914beb3a053ec1ff1059c3bc7ec396b
Author: Remy Noulin <loader2x@gmail.com>
Date: Sun, 10 May 2020 22:24:57 +0200
add xterm indent and vi alias for rhel 8 / centos 8
rhel_centos/.bash_aliases | 1 +
rhel_centos/1-system.sh | 4 ++--
rhel_centos/2-desktopSystem.sh | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
Diffstat:
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/rhel_centos/.bash_aliases b/rhel_centos/.bash_aliases
@@ -2,6 +2,7 @@ if [ -f ~/.bash_aliases_local ]; then
. ~/.bash_aliases_local
fi
+alias vi=vim
alias al="(cat ~/.bash_aliases|grep '^alias' && cat ~/.bash_aliases_local | grep '^alias')"
alias whal='al|grep'
alias pss='pwgen -s -y 20 6; echo ; pwgen -s 20 6'
diff --git a/rhel_centos/1-system.sh b/rhel_centos/1-system.sh
@@ -7,13 +7,13 @@ sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-PowerTools.repo
# fail2ban < sshguard
# p7zip-full glances sshuttle cmatrix kpcli unison python-nose python-nose2-cov python-nosexcover links cowsay sl llgal pixz uncrustify unifdef fish lcov python-pip slurm cloc python3-dev silversearcher-ag bmon lm-sensors toilet pinentry-curses exuberant-ctags mkdocs massif-visualizer valkyrie autojump
-yum install make sshguard screen ncftp rtorrent pbzip2 atop htop iftop w3m gcc clang libasan tmux ruby pcre-devel tree mc iotop qrencode figlet graphviz tig rdiff-backup pandoc elinks lynx doxygen ImageMagick graphicsmagick nmap moreutils pwgen ca-certificates zip pigz astyle valgrind gdb mutt check cppcheck ncdu source-highlight highlight erlang etckeeper ctags emacs-nox
+yum install make sshguard screen ncftp rtorrent pbzip2 atop htop iftop w3m gcc clang libasan tmux ruby pcre-devel tree mc iotop qrencode figlet graphviz tig rdiff-backup pandoc elinks lynx doxygen ImageMagick graphicsmagick nmap moreutils pwgen ca-certificates zip pigz astyle valgrind gdb mutt check cppcheck ncdu source-highlight highlight erlang etckeeper ctags emacs-nox indent
pip3 install ranger-fm
git clone https://github.com/TinyCC/tinycc
cd tinycc/
-./configure
+./configure
make
make install
cd ..
diff --git a/rhel_centos/2-desktopSystem.sh b/rhel_centos/2-desktopSystem.sh
@@ -1,7 +1,7 @@
# 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
# audacious fails to install
-yum install plasma-desktop fluxbox meld cifs-utils keepassxc texlive texi2html gitk xsane w3m-img Thunar fontconfig-devel libX11-devel libXft-devel
+yum install xterm plasma-desktop fluxbox meld cifs-utils keepassxc texlive texi2html gitk xsane w3m-img Thunar fontconfig-devel libX11-devel libXft-devel
# suckless st
git clone git://git.suckless.org/st