Compare commits
12 Commits
e7031d8379
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6255aeb130 | |||
| bed3e5ca5c | |||
| b710ee96de | |||
| ce520bded1 | |||
| 73c3be994a | |||
| dfa1e27260 | |||
| 663e1b9c4c | |||
| 69104c2bf1 | |||
| f1d164ce06 | |||
| 78a893084d | |||
| b89e6b45ba | |||
| 68f7ac6f9c |
1
.config/ghostty/config
Normal file
1
.config/ghostty/config
Normal file
@@ -0,0 +1 @@
|
||||
font-family = CaskaydiaCove Nerd Font
|
||||
@@ -4,6 +4,10 @@ theme = "onedark"
|
||||
color-modes = true
|
||||
auto-save = true
|
||||
bufferline = "multiple"
|
||||
end-of-line-diagnostics = "hint"
|
||||
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "warning"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
@@ -15,4 +19,4 @@ enable = true
|
||||
display-inlay-hints = true
|
||||
|
||||
[editor.statusline]
|
||||
center = ["version-control"]
|
||||
center = ["version-control"]
|
||||
|
||||
8
.config/zls.json
Normal file
8
.config/zls.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"inlay_hints_show_builtin": false,
|
||||
"inlay_hints_exclude_single_argument": false,
|
||||
"inlay_hints_hide_redundant_param_names": true,
|
||||
"inlay_hints_hide_redundant_param_names_last_token": true,
|
||||
"warn_style": true,
|
||||
"use_comptime_interpreter": false
|
||||
}
|
||||
6
.paodarc
6
.paodarc
@@ -5,14 +5,14 @@
|
||||
# Aliases
|
||||
alias yay="yay --aur"
|
||||
alias paru="paru --aur"
|
||||
alias ls="exa"
|
||||
alias ll="exa -albh"
|
||||
alias ls="eza"
|
||||
alias ll="eza -albh"
|
||||
# alias hx="helix"
|
||||
alias cat="bat"
|
||||
alias find="fd"
|
||||
alias grep="rg"
|
||||
alias open="xdg-open"
|
||||
alias zigup="zigup --path-link /home/paoda/.local/bin/zig --install-dir /opt/zigup/zig"
|
||||
alias zigup="zigup --path-link /home/paoda/.local/bin/zig --install-dir /home/paoda/.local/share/zigup/zig"
|
||||
alias objdump="objdump -M intel --disassembler-color=extended-color --visualize-jumps=extended-color"
|
||||
|
||||
# Functions
|
||||
|
||||
15
.zshenv
15
.zshenv
@@ -8,14 +8,12 @@ export EDITOR="$HOME/.cargo/bin/hx"
|
||||
# Add ~/.local/bin to PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# zigup
|
||||
export PATH="/opt/zigup/bin:$PATH"
|
||||
# Note: zizgup binary should be moved to ~/.local/bin
|
||||
|
||||
# Rust
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
# Zig language Server
|
||||
export PATH="/opt/zls/bin:$PATH"
|
||||
# Note: ZLS binary should be moved to ~/.local/bin
|
||||
|
||||
# Yarn Global
|
||||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
@@ -23,5 +21,10 @@ export PATH="$HOME/.yarn/bin:$PATH"
|
||||
# Zigmod
|
||||
export PATH="$HOME/.zigmod/bin:$PATH"
|
||||
|
||||
# DevKitPro
|
||||
export PATH="/opt/devkitpro/tools/bin:$PATH"
|
||||
# Flutter
|
||||
export PATH="/opt/flutter/bin:$PATH"
|
||||
|
||||
# nvm
|
||||
source /usr/share/nvm/init-nvm.sh
|
||||
|
||||
# Note: devkitPro handled by environment.d
|
||||
|
||||
6
.zshrc
6
.zshrc
@@ -118,3 +118,9 @@ source ~/.paodarc
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
## [Completion]
|
||||
## Completion scripts setup. Remove the following line to uninstall
|
||||
[[ -f /home/paoda/.dart-cli-completion/zsh-config.zsh ]] && . /home/paoda/.dart-cli-completion/zsh-config.zsh || true
|
||||
## [/Completion]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user