feat: remade scripts to be simpler
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31f04363f298ef5c2129f4a483f01f5e164b2103b5652b2cb3017ba66665a330
|
||||
size 2127562266
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user