1
Fork 0
This commit is contained in:
Hadeed 2024-04-22 16:08:56 +05:00
parent fb9f86961c
commit 3743a94a7b
4 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,7 @@ fd
grub-customizer
kitty
neovim
qmk
ripgrep
starship
ttf-jetbrains-mono

3
qmk/qmk.ini Normal file
View file

@ -0,0 +1,3 @@
[user]
qmk_home = /home/hadeed/.local/share/qmk_firmware

View file

@ -1,6 +1,5 @@
typeset -U path
path+="$HOME/bin"
path+="$HOME/.local/npm/bin"
export DOTS="$HOME/docs/repos/dots"
@ -8,5 +7,8 @@ export VISUAL="nvim"
export EDITOR="nvim"
export npm_config_prefix="$HOME/.local/npm"
path+="$HOME/.local/npm/bin"
path+="$HOME/.dotnet/tools"
# vim: filetype=zsh