@ -21,6 +21,15 @@
then git pull;
else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi
- shell:
- description: Install pyenv
quiet: true
command: |
if ! command -v pyenv &> /dev/null
then
curl https://pyenv.run | bash
fi
# Change default shell to zsh
- description: Change default shell to zsh
@ -3,7 +3,7 @@
relink: true
force: true
- clean: ['~']
- clean: [ '~' ]
- link:
~/.dotfiles:
@ -1,4 +1,13 @@
# bootstrap: macos
- description: Install Homebrew
if ! command -v brew &> /dev/null
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- create:
- ~/.config/kitty