feat: Add common atuin install
This commit is contained in:
@@ -58,6 +58,11 @@ pushd tmux/.config/tmux/plugins
|
||||
git -C tpm pull || git clone git@github.com:tmux-plugins/tpm.git tpm
|
||||
popd
|
||||
|
||||
if ! command -v atuin > /dev/null; then
|
||||
echo "Installing Atuin"
|
||||
bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
|
||||
fi
|
||||
|
||||
echo "Linking files"
|
||||
stow --dotfiles -t ~ zsh
|
||||
stow --dotfiles -t ~ ruby
|
||||
|
||||
Reference in New Issue
Block a user