1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-08 04:57:35 +00:00

fish: acons, units, sudo in workflow

This commit is contained in:
Phantop 2025-08-19 20:12:12 -04:00
parent 7d960b2135
commit 3f6be4ad23
3 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Install git on container and add user
run: |
pacman -Sy --noconfirm git
pacman -Sy --noconfirm git sudo
pacman-key --init
useradd -m glados -G wheel
echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers

View file

@ -140,6 +140,7 @@ a history_last 'history -n1;:'
if type arista-python || type arista-ssh
a abuild 'a4c build --platform x86_64_el9 --service workspace'
a acons 'dt ssh run en \; ba python -m Acons'
a adef 'a grok -d'
a amk 'a ws make -p (basename (git root || pwd))'
a artic 'gb artic --schedule now'

View file

@ -18,7 +18,7 @@ makepkg -D /tmp -dp /tmp/meta-desktop
makepkg -sr -D /tmp -p /tmp/dwarfs-universal
makepkg -sr -D /tmp -p /tmp/ly-nozig
p -U /tmp/*.tar.zst
yay -S megatools intel-lpmd xremap-x11-bin --noconfirm
yay -S megatools intel-lpmd units xremap-x11-bin --noconfirm
t /etc/pacman.conf < ~/.dotfiles/arch/devkitpro.conf
echo kernel.core_pattern=/dev/null | t /etc/sysctl.d/50-coredump.conf