diff options
| author | seth <[email protected]> | 2022-01-21 16:47:39 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-04 04:40:49 -0400 |
| commit | ac74db5a8fa69e5d3047b35f70c65b27dc07cfcb (patch) | |
| tree | 5b6fcdb6cbf7c8c81a8b0a745e013094bdd82793 /.local/bin | |
| parent | e5605617b57264069374ea0753c19cd69714df6d (diff) | |
update shell dotfiles
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/gamemount | 3 | ||||
| -rwxr-xr-x | .local/bin/makechrootbld | 19 | ||||
| -rwxr-xr-x | .local/bin/mirrorupdate | 3 | ||||
| -rwxr-xr-x | .local/bin/update-repos | 7 |
4 files changed, 0 insertions, 32 deletions
diff --git a/.local/bin/gamemount b/.local/bin/gamemount deleted file mode 100755 index 4a45539..0000000 --- a/.local/bin/gamemount +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -sudo mount -o "uid=1000,gid=1000,rw,user,exec,umask=000 0 0" /dev/sdc2 /mnt diff --git a/.local/bin/makechrootbld b/.local/bin/makechrootbld deleted file mode 100755 index c1d1ae6..0000000 --- a/.local/bin/makechrootbld +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash - -echo "creating arch chroot..." -CHROOT=$(pwd)/chroot -mkdir $CHROOT -mkarchroot $CHROOT/root base-devel - -echo "upgrading chroot..." -arch-nspawn $CHROOT/root pacman -Syu - -echo "building package..." -makechrootpkg -c -u -T -r $CHROOT - -echo "removing chroot" -sudo rm -rf $CHROOT - -echo "installing package" -sudo pacman -U *.pkg* -echo "DONE !" diff --git a/.local/bin/mirrorupdate b/.local/bin/mirrorupdate deleted file mode 100755 index 0f0d199..0000000 --- a/.local/bin/mirrorupdate +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -sudo reflector --country US --protocol https --latest 20 --sort rate -n 5 --save /etc/pacman.d/mirrorlist diff --git a/.local/bin/update-repos b/.local/bin/update-repos deleted file mode 100755 index cfa5810..0000000 --- a/.local/bin/update-repos +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -## run this in a directory full of git repos (i usually keep them in ~) -for dir in * -do - cd "$dir" && git pull | sed s/Already/"$dir"\ is\ already/; cd .. -done |
