Skip to content

Commit

Permalink
feat(darwin): install the fuck and set it up for Fish
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jan 30, 2025
1 parent 0bbe6e6 commit 2d85422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/.chezmoidata/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ packages:
- "tealdeer"
- "telnet"
- "testssl"
- "thefuck"
- "tmux"
- "tree"
- "tree-sitter"
Expand Down
4 changes: 4 additions & 0 deletions home/private_dot_config/private_fish/config.fish.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ if status is-interactive
# for fedcloudclient, once egi account got created
# export OIDC_AGENT_ACCOUNT=egi
end

if type -q thefuck
thefuck --alias | source
end
{{ end -}}

# Start SSH agent
Expand Down

0 comments on commit 2d85422

Please sign in to comment.