Skip to content

Commit 7af7eb7

Browse files
committed
just: move claude to packages_no_folding
1 parent 8a8d7d5 commit 7af7eb7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Justfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/usr/bin/env just --justfile
22
# https://github.com/casey/just
33

4-
packages := "ack alacritty apk atuin bash claude cmux gh ghostty git gitui hg i3 iterm2 jj lf logseq mc mole mr nvim opencode pacman profile ranger screen ssh starship sway tmux vim vscode worktrunk x11 zed zsh"
5-
packages_no_folding := "espanso swiftbar"
4+
packages := "ack alacritty apk atuin bash cmux gh ghostty git gitui hg i3 iterm2 jj lf logseq mc mole mr nvim opencode pacman profile ranger screen ssh starship sway tmux vim vscode worktrunk x11 zed zsh"
5+
# claude is stowed without folding so corp-managed skills (from ~/.dotfiles_corp)
6+
# can be symlinked into the same ~/.claude/skills dir without this repo seeing them.
7+
packages_no_folding := "claude espanso swiftbar"
68
packages_no_stow := "misc plans ssh_auto_tmux vendor"
79
[private]
810
_dotfiles_dir := justfile_directory()

0 commit comments

Comments
 (0)