diff --git a/README.md b/README.md index d21e87c..2783244 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you want to use any of the tools listed in this repository, you should check Go to the root of this repository and run: ```bash -stow . +stow -d . -t $HOME/.config ``` > **Note:** Make sure to run this command every time you update this repository. diff --git a/fish/config.fish b/fish/config.fish index f947737..47c797d 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,3 +1,8 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end + +# Enable brew eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" alias dc="docker compose" @@ -7,7 +12,6 @@ alias dps="docker ps --format 'table {{.Names}}\t{{printf \"%-20s\" .Status}}'" alias k kubectl alias kn "kubectl config set-context --current --namespace" -# Enable zoxide +# Enable zoxide zoxide init fish | source -set HOMEBREW_NO_ENV_HINTS 1