systemSetup

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

commit 95db1483ce76f817532e93559fb4f5e3551e1e6d
parent a726f8d377ecca7030942f3df4103fcba6633d13
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu,  3 Sep 2020 11:05:12 +0200

copy webs.sh (for searching web from cli) to /usr/local/bin in debian/1-system.sh

debian/1-system.sh | 2 ++
1 file changed, 2 insertions(+)

Diffstat:
Mdebian/1-system.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -15,6 +15,8 @@ apt-get install -y sshguard net-tools curl wget tmux build-essential ruby tree a sed -i 's/"syntax on/syntax on/g' /etc/vim/vimrc cp vimrc.local /etc/vim/vimrc.local +cp ../dotfiles/webs.sh /usr/local/bin/ + # doitlive pip install doitlive