feat(nix): migrate zsh, starship, zoxide, and fzf

This commit is contained in:
Stefan Imhoff
2024-07-29 17:00:30 +02:00
parent 9c6d620ce6
commit bb958c31c8
16 changed files with 472 additions and 561 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/sh
brew bundle --file ~/.dotfiles/Brewfile

View File

@@ -15,19 +15,6 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
echo "Installing Fish Plugin Manager"
source ./fisher.sh
# Homebrew
if test ! $(which brew); then
echo "Installing Homebrew"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
# Install SSH keys Secure Enclave
brew install --cask secretive
# Homebrew packages, Cask binaries and Mac App Store software
echo "Installing Homebrew packages, Cask binaries and Mac App Store software"
source ./brew.sh
# Neovim
echo "Installing Neovim"
source ./neovim.sh