This commit is contained in:
Kyle Brown 2023-07-27 20:06:57 -07:00
parent f41391f7e0
commit 88aae989ab
8 changed files with 187 additions and 63 deletions

View file

@ -243,7 +243,9 @@ live_config_reload: true
enable_experimental_conpty_backend: false
# Send ESC (\x1b) before characters when alt is pressed.
alt_send_esc: true
#alt_send_esc: true
# On Mac, swap with
# window.option_as_alt
# Key bindings
#

View file

@ -1,61 +1,57 @@
tap "cmacrae/formulae"
tap "d12frosted/emacs-plus"
tap "gcenx/wine"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "kdb424/kdb424", "git@github.com:kdb424/homebrew-kdb424.git"
tap "koekeishiya/formulae"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
brew "black"
brew "python@3.9"
brew "coreutils"
brew "cask"
brew "mas"
brew "openjdk@17"
brew "openrct2", link: false
brew "pipenv"
brew "ranger"
brew "winetricks"
brew "d12frosted/emacs-plus/emacs-plus@28", args: ["with-modern-doom3-icon"]
brew "kdb424/kdb424/pmm"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
brew "qmk/qmk/qmk"
cask "android-platform-tools"
cask "audacity"
cask "autodesk-fusion360"
cask "betterdiscord-installer"
cask "deadbeef-nightly"
cask "discord"
cask "disk-inventory-x"
cask "eqmac"
cask "firefox"
cask "gimp"
cask "iterm2"
cask "karabiner-elements"
cask "kicad"
cask "kodi"
cask "mediaelch"
cask "minecraft"
cask "mpv"
cask "multimc"
cask "obs"
cask "openrct2"
cask "orcaslicer"
cask "portingkit"
cask "protonmail-bridge"
cask "raspberry-pi-imager"
cask "signal"
cask "sonixd"
cask "steam"
cask "thunderbird"
cask "timemachineeditor"
cask "wine-crossover"
cask "zerotier-one"
mas "Emby", id: 992180193
mas "Xcode", id: 497799835
@misc-asahi
@terminal-asahi
alsa-tools
alsa-utils
arch-install-scripts
archlinuxarm-keyring
asahi-calamares-configs
asahi-fwextract
asahi-meta
asahi-scripts
asahilinux-keyring
base
base-devel
calamares
dhcpcd
docker
evtest
git
grub
htop
inetutils
iotop
iwd
linux-asahi
linux-asahi-edge
m1n1
man-db
mesa-asahi-edge
mesa-utils
nano
net-tools
netctl
networkmanager
networkmanager-qt
nim
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
openssh
pacman-contrib
powerdevil
powertop
rsync
sddm
strace
sudo
sway
uboot-asahi
unzip
vi
vim
wget
which
wireplumber
xkeyboard-config-asahi
yay
zsh

View file

@ -0,0 +1,19 @@
@guisupport-asahi
aspell-en
audacity
caja
chromium
emacs
firefox
firefox-tridactyl
firefox-tridactyl-native
gimp
gparted
hunspell
hunspell-en_us
kodi
lxappearance
mediaelch
pavucontrol
schildichat-desktop-bin
wpgtk-git

View file

@ -0,0 +1,5 @@
libva-mesa-driver
mesa-vdpau
qt5ct
qt5-styleplugins
xdg-user-dirs-gtk

View file

@ -0,0 +1,22 @@
acpid
alsa-firmware
alsa-utils
autoconf
automake
base
bind
binutils
bison
ccls
clang
dhcpcd
dosfstools
downgrade
fuse2
gcc
gettext
git
gnu-netcat
gptfdisk
inotify-tools
man-db

View file

@ -0,0 +1,25 @@
adobe-source-han-sans-jp-fonts
alacritty
autocutsel
azote
bemenu
fcitx-anthy
fcitx-configtool
grim
grimshot
j4-dmenu-desktop
light
mako
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-extra
otf-font-awesome
ponymix
slurp
sway
swaylock-effects-git
waybar
wl-clipboard
wofi
xdg-desktop-portal-wlr
xorg-xwayland

View file

@ -0,0 +1,55 @@
acpi
bat
bandwhich
bottom
bmon
cmus
dust
exa
fd
file
findutils
fwupd
fzf
gawk
gping
grep
gzip
hddtemp
htop
iotop
iperf3
mediainfo
mosh
mpv
ncdu
neovim
nmap
p7zip
pacmixer
patch
pulsemixer
ranger
rsync
screen
screenfetch
sed
smartmontools
speedtest-cli
sudo
thefuck
tmate
traceroute
tree
unzip
vi
vim
vimv-git
wget
which
yadm
yay
youtube-dl
zip
zsh
zoxide

View file

@ -1,4 +1,4 @@
inotifywait -q -m -e close_write ~/.azotebg |
while read -r filename event; do
wallpaper_update
wallpaper_update.sh
done