Add qmk
This commit is contained in:
parent
fb9f86961c
commit
3743a94a7b
4 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,7 @@ fd
|
||||||
grub-customizer
|
grub-customizer
|
||||||
kitty
|
kitty
|
||||||
neovim
|
neovim
|
||||||
|
qmk
|
||||||
ripgrep
|
ripgrep
|
||||||
starship
|
starship
|
||||||
ttf-jetbrains-mono
|
ttf-jetbrains-mono
|
||||||
|
|
3
qmk/qmk.ini
Normal file
3
qmk/qmk.ini
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
qmk_home = /home/hadeed/.local/share/qmk_firmware
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
typeset -U path
|
typeset -U path
|
||||||
path+="$HOME/bin"
|
path+="$HOME/bin"
|
||||||
path+="$HOME/.local/npm/bin"
|
|
||||||
|
|
||||||
export DOTS="$HOME/docs/repos/dots"
|
export DOTS="$HOME/docs/repos/dots"
|
||||||
|
|
||||||
|
@ -8,5 +7,8 @@ export VISUAL="nvim"
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
||||||
export npm_config_prefix="$HOME/.local/npm"
|
export npm_config_prefix="$HOME/.local/npm"
|
||||||
|
path+="$HOME/.local/npm/bin"
|
||||||
|
|
||||||
|
path+="$HOME/.dotnet/tools"
|
||||||
|
|
||||||
# vim: filetype=zsh
|
# vim: filetype=zsh
|
||||||
|
|
|
@ -20,7 +20,7 @@ if command -v starship &> /dev/null; then
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
else
|
else
|
||||||
[ ! -d "$HOME/.local/share/zsh/plugins/pure" ] &&
|
[ ! -d "$HOME/.local/share/zsh/plugins/pure" ] &&
|
||||||
git clone "https://github.com/sindresorhus/pure" "$HOME/.local/share/zsh/plugins/pure"
|
git clone "https://github.com/sindresorhus/pure" "$HOME/.local/share/zsh/plugins/pure"
|
||||||
|
|
||||||
fpath+="$HOME/.local/share/zsh/plugins/pure"
|
fpath+="$HOME/.local/share/zsh/plugins/pure"
|
||||||
safe_source "$HOME/.local/share/zsh/plugins/pure/pure.zsh"
|
safe_source "$HOME/.local/share/zsh/plugins/pure/pure.zsh"
|
||||||
|
|
Loading…
Reference in a new issue