File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
68packages_no_stow := " misc plans ssh_auto_tmux vendor"
79[private ]
810_dotfiles_dir := justfile_directory ()
You can’t perform that action at this time.
0 commit comments