feat: remade scripts to be simpler

This commit is contained in:
2026-03-28 22:26:19 +00:00
commit a39315d77c
24 changed files with 879 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# CachyOS (Linux) Environment Variables and PATH
# User Local Bin
export PATH="$HOME/.local/bin:$PATH"
# Go Development
export PATH="/usr/local/go/bin:$HOME/go/bin:$PATH"
# Bun
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
# Node / NPM / pnpm
export PATH="$HOME/.npm-global/bin:$PATH"
export PNPM_HOME="$HOME/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# Oh-My-Posh (Prompt)
if command -v oh-my-posh >/dev/null; then
eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)"
fi
+6
View File
@@ -0,0 +1,6 @@
# Arch-based aliases
alias pup="sudo pacman -Syu"
alias ps="pacman -Ss"
alias pi="sudo pacman -S $1 -y"
alias pr="sudo pacman -R $1 -y"
alias shutdown="shutdown now"
+10
View File
@@ -0,0 +1,10 @@
bruno-bin
bun-bin
cursor-bin
hoppscotch-bin
konsave
librewolf-bin
onlyoffice-bin
proton-pass-bin
visual-studio-code-bin
zen-browser-bin
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31f04363f298ef5c2129f4a483f01f5e164b2103b5652b2cb3017ba66665a330
size 2127562266
+20
View File
@@ -0,0 +1,20 @@
alacritty
btop
cloudflared
docker
eza
fastfetch
fzf
ghostty
go
lazygit
nodejs
npm
pnpm
stow
tmux
unzip
zed
zoxide
zsh-autosuggestions
zsh-syntax-highlighting