From b8d544dd5ff7b2d769c23723c24a2b33ad4e550f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 27 May 2024 21:13:17 -0400 Subject: updating tasks, better comments, minor fix, wip: touchpad script fix: - google-chrome-stable package is now google-chrome script: - looking at writing a script that identifies when the Logitech device is attached/detatched so I could turn the touchpad off/on --- archsetup | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index 3706564..1db0762 100755 --- a/archsetup +++ b/archsetup @@ -163,12 +163,12 @@ prerequisites() { # curl - to transfer source code # git - tools required to work with git source respositories # go - required to build yay, the aur installer - # ntp - must communicate with other servers in ordered manner + # ntp - must communicate with other servers in synchronized manner # python - required for python pip installs # stow - places the dotfiles (see: https://bit.ly/41GmysO) # tar - extract unix archives # vi - should things go wrong, we'll need an editor - # zsh - we'll need a shell interpreter for yay; this is mine + # zsh - we need a shell interpreter for yay; this one's mine display "title" "Prerequisites" @@ -318,7 +318,6 @@ user_customizations() { mkdir -p -m 751 /media/remote2 chown -R $username: /media } >> "$logfile" 2>&1 - } ### AUR Installer @@ -360,7 +359,7 @@ essential_services() { # Firewall - # deny by default, then allow the following: + # deny all connections by default, then allow the following: # http/s : 80/tcp, 443/tcp # tor : 9040,9050,9051,9053,9119/tcp # email : IMAP, IMAPS @@ -612,7 +611,7 @@ desktop_environment() { pacman_install firefox ## TESTING IF NEEDED aur_install librewolf-bin aur_install tor-browser-bin - aur_install google-chrome-stable + aur_install google-chrome # Install Printing @@ -638,7 +637,7 @@ developer_workstation () { # C pacman_install clang # C/C++ compiler pacman_install cmake # make system - pacman_install gdb # the gnu debugger + pacman_install gdb # the GNU debugger pacman_install splint # C programming static analysis pacman_install valgrind # memory management utility @@ -649,7 +648,7 @@ developer_workstation () { # Lisps pacman_install guile # GNU Scheme pacman_install sbcl # Steel Bank Common Lisp - pacman_install racket # also better SICP mit-scheme emulation + pacman_install racket # Racket + SICP mit-scheme emulation # Rust pacman_install rust # Rust programming language -- cgit v1.2.3