[Merge] merged old laptop with new pc config with nvidia
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set -gx EDITOR nvim
|
||||
set -gx PAGER less
|
||||
set -Ux BAT_THEME gruvbox
|
||||
# set -Ux BAT_THEME gruvbox
|
||||
set -Ux MANPAGER "nvim +Man!"
|
||||
set -g fish_greeting
|
||||
set -g fish_cursor_insert line
|
||||
@@ -9,6 +9,11 @@ set -g fish_cursor_visual underscore
|
||||
set -g fish_user_key_bindings
|
||||
set -g ask
|
||||
|
||||
set -gx PNPM_HOME "/home/coja/.local/share/pnpm"
|
||||
if not string match -q -- $PNPM_HOME $PATH
|
||||
set -gx PATH "$PNPM_HOME" $PATH
|
||||
end
|
||||
|
||||
#set -xU MANPAGER 'less -R --use-color -Dd+r -Du+b'
|
||||
#set -xU MANROFFOPT '-P -c'
|
||||
|
||||
@@ -19,15 +24,16 @@ alias nmaps="sudo nmap -sn 192.168.0.0/24"
|
||||
alias mem="df -H --output=source,size,used,avail | grep 480G | sort -u"
|
||||
alias kittyimg="kitten icat"
|
||||
alias dmz="cat ~/.config/fish/dmz.txt"
|
||||
alias vpnhome="sudo wg-quick up wg0"
|
||||
alias vpnvillage="sudo wg-quick up village-wg1"
|
||||
alias xremaps="sudo xremap ~/.config/xremap/config.yml"
|
||||
alias llama="~/projects/llama.cpp/build/bin/llama-server -m /home/anon/projects/llama.cpp/models/Llama-3.2-3B-Instruct-F16.gguf"
|
||||
# alias llama="~/projects/llama.cpp/build/bin/llama-server -m /home/anon/projects/llama.cpp/models/Llama-3.2-3B-Instruct-F16.gguf"
|
||||
alias cdots="cd ~/.dotfiles/.config/"
|
||||
alias dots="cd ~/.dotfiles/.config/ && nvim"
|
||||
alias keybinds="cd ~/.dotfiles/.config/ && nvim ./hypr/keybindings.conf"
|
||||
alias aliases="bat ~/.config/fish/config.fish"
|
||||
alias notes="cd ~/sync/notes && nvim"
|
||||
alias ipadd="sudo ip route add 192.168.0.1 dev wg0"
|
||||
alias copy="wl-copy"
|
||||
alias current="cd ~/projects/wingman/website/ && nvim"
|
||||
|
||||
# List Directory
|
||||
alias ls="lsd"
|
||||
@@ -54,6 +60,9 @@ abbr .5 "cd ../../../../.."
|
||||
# Always mkdir a path (this doesn't inhibit functionality to make a single dir)
|
||||
abbr mkdir "mkdir -p"
|
||||
|
||||
abbr pwwa "~/projects/wingman/website/src/assets/"
|
||||
abbr scrp "~/projects/scripts/"
|
||||
|
||||
zoxide init --cmd cd fish | source
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user