1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-25 00:38:23 -05:00

Compare commits

...

3 Commits

Author SHA1 Message Date
e8f4a3d762 Removed junk packages 2020-03-30 13:26:43 -04:00
f109906a5f Update zprezto config 2020-03-30 13:25:09 -04:00
2d11df696e Please stop yelling at me 2020-03-30 13:24:07 -04:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
yay -S pcsx2-git citra-canary-git yuzu-canary-git rpcs3-git dolphin-emu-git desmume-git retroarch-git --noconfirm --sudoloop
yay -S pcsx2-git citra-canary-git yuzu-mainline-git rpcs3-git dolphin-emu-git retroarch-git --noconfirm --sudoloop

View File

@ -31,4 +31,3 @@ git_arguments = "--rebase --autostash"
[commands]
"RetroArch" = "RA-Update.sh"
cleanup = true

View File

@ -18,6 +18,9 @@ zstyle ':prezto:*:*' color 'yes'
# Add additional directories to load prezto modules from
#zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
# Allow module overrides when pmodule-dirs causes module name collisions
# zstyle ':prezto:load' pmodule-allow-overrides 'yes'
# Set the Zsh modules to load (man zshmodules).
# zstyle ':prezto:load' zmodule 'attr' 'stat'