Compare commits

...

3 Commits

Author SHA1 Message Date
Bryan d2230e1df2 lnk: sync configuration files 2025-09-28 08:55:57 -06:00
Bryan 89aa33d948 lnk: added 4 files 2025-09-28 08:51:54 -06:00
Bryan aa19d22ba1 lnk: added 5 files 2025-09-28 08:51:14 -06:00
11 changed files with 21 additions and 0 deletions

View File

@ -4,3 +4,12 @@
.config/yazi/theme.toml
.config/yazi/yazi.toml
.xbindkeysrc
.zsh_plugins.txt
.zsh_plugins.zsh
.zshenv
.zshrc
.zshrc.d/aliases.zsh
.zshrc.d/colors.zsh
.zshrc.d/environment.zsh
.zshrc.d/functions.zsh
.zshrc.d/options.zsh

3
.zshrc
View File

@ -62,6 +62,9 @@ export NVM_DIR="$HOME/.config/nvm"
# creates/manages directories for experiments
eval "$(~/.local/bin/try.rb init ~/projects/tries)"
# Tab completions for lnk
eval "$(lnk completion zsh)"
# Source anything in .zshrc.d.
for _rc in ${ZDOTDIR:-$HOME}/.zshrc.d/*.zsh; do
# Ignore tilde files.

1
pc.lnk/.zsh_plugins.txt Symbolic link
View File

@ -0,0 +1 @@
.config/lnk/.zsh_plugins.txt

1
pc.lnk/.zsh_plugins.zsh Symbolic link
View File

@ -0,0 +1 @@
.config/lnk/.zsh_plugins.zsh

1
pc.lnk/.zshenv Symbolic link
View File

@ -0,0 +1 @@
.config/lnk/.zshenv

1
pc.lnk/.zshrc Symbolic link
View File

@ -0,0 +1 @@
.config/lnk/.zshrc

1
pc.lnk/.zshrc.d/aliases.zsh Symbolic link
View File

@ -0,0 +1 @@
../.config/lnk/.zshrc.d/aliases.zsh

1
pc.lnk/.zshrc.d/colors.zsh Symbolic link
View File

@ -0,0 +1 @@
../.config/lnk/.zshrc.d/colors.zsh

View File

@ -0,0 +1 @@
../.config/lnk/.zshrc.d/environment.zsh

View File

@ -0,0 +1 @@
../.config/lnk/.zshrc.d/functions.zsh

1
pc.lnk/.zshrc.d/options.zsh Symbolic link
View File

@ -0,0 +1 @@
../.config/lnk/.zshrc.d/options.zsh