From 901e96b471da9595c31209efe4208514efde3100 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 4 Oct 2020 17:13:57 -0400 Subject: goobook and cronjobs --- archer.sh | 8 ++++++++ packages.tm | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/archer.sh b/archer.sh index 2c8c42d..ebaa823 100755 --- a/archer.sh +++ b/archer.sh @@ -69,5 +69,13 @@ sudo cp $dir/70-u2f.rules /etc/udev/rules.d/ echo Setting up time sudo timedatectl set-ntp true +echo Setting up cronjobs +echo "0 * * * * dwmbar" >> /var/spool/cron/master +echo "0 * * * * newsup" >> /var/spool/cron/master +echo "*/30 * * * * updatedb" >> /var/spool/cron/root + +echo Installing Goobook +pip install --user goobook + echo Setting up the wallpaper cp $pwd/wall.jpg ~/.cache/wall.png/ diff --git a/packages.tm b/packages.tm index 82db5e9..dd7251c 100755 --- a/packages.tm +++ b/packages.tm @@ -32,11 +32,16 @@ libreoffice-still # For those pesky word documents tmux # Terminal multiplexer (Run terminal windows as background processes) mutt-wizard-git # A true wizard for configuring neomutt firefox # The sensible web browser +mlocate # updatedb and locate #TUIs neomutt # New mutt email browser newsboat # RSS manager vifm # Beautiful file manager +ffmpegthumbnailer +fontpreview-git +epub-thumbnailer-git +bat youtube-viewer # Youtube TUI @@ -44,6 +49,8 @@ youtube-viewer # Youtube TUI go # What the cool kids use r # When scientific data matters to you python # Good ol' python +python-pip +python-setup-tools dash # bash, but less bloated zsh # The superior shell zsh-syntax-highlighting -- cgit v1.2.3