mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate fish shell and direnv to Nix
This commit is contained in:
@@ -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 ..
|
||||
|
||||
Reference in New Issue
Block a user