-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41d902e
commit 0e90ad7
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,6 +148,7 @@ unrar | |
unzip | ||
usbutils | ||
vde2 | ||
vim | ||
virtualbox | ||
virtualbox-guest-iso | ||
virtualbox-host-dkms | ||
|