Skip to content

Commit

Permalink
ci:check
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Sep 5, 2024
1 parent 41d902e commit 0e90ad7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .bin/.github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Scripts

This directory contains scripts that allow me to automate some of my work.

- **backup-configs.sh** - copies the cofiguration files in .system-config-backup,
which are not in $XDG_CONFIG but in other places like /etc. The script is
automatically started by the pacman hook 95-backup-configs.hook. This script
requires your customization: change /home/celtic/ to /home/*<your_user_name>*.
- **check-pacnew.sh** - searches for .pacnew files and reports if any are
present. It is started automatically by the pacman hook 94-check-pacnew.hook.
- **cliphist-rofi.sh** - allows me to control clipboard history with rofi.
- **initial-installation.sh** - performs the initial installation and
configuration of the system. Before running it, you need to copy this repo to
the $HOME, install arch linux, git and have internet access. This script
requires your customization: change celtic to *<your_user_name>*.
- **maintenance.sh** - performs some frequent maintenence tasks on my system.
zsh alias - maint.
- **power-menu.sh** - allows me to control system reboot, shutdown, hibernation,
etc with rofi.
- **random-background.sh** - randomly changes the wallpaper every five minutes.
- **update-electron-symlinks.sh** - automatically run pacman hook
93-electron.hook to create missing and remove unnecessary symlinks for each
version of electron on the file with the necessary flags.
- **upgrade-system.sh** - updates all packages, removes unnecessary ones and
updates all sub-modules. zsh alias - sysupg.
1 change: 1 addition & 0 deletions .system-config-backup/pkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ unrar
unzip
usbutils
vde2
vim
virtualbox
virtualbox-guest-iso
virtualbox-host-dkms
Expand Down

0 comments on commit 0e90ad7

Please sign in to comment.