feat(nix): migrate fish shell and direnv to Nix

This commit is contained in:
Stefan Imhoff
2024-07-30 20:23:36 +02:00
parent 5c3da861b9
commit 03d01920c8
46 changed files with 245 additions and 2791 deletions

View File

@@ -7,22 +7,10 @@ sudo -v
echo "Installing Xcode Developer Tools"
xcode-select --install
# TMUX Plugin Manager
echo "Installing TMUX Plugin Manager"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Fish Plugin Manager
echo "Installing Fish Plugin Manager"
source ./fisher.sh
# Neovim
echo "Installing Neovim"
source ./neovim.sh
# Direnv
echo "Installing Direnv"
source ./direnv.sh
# Node.js
echo "Installing Node.js"
source ./nodejs.sh
@@ -54,9 +42,3 @@ source ./golang.sh
# MacOS Default Settings
echo "Restoring default settings for MacOS"
source ./macos.sh
# Install Themes
cd ~/.dotfiles/bat
bat cache --build
silicon --build-cache
cd ..