mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix: change setup order of scripts
This commit is contained in:
18
setup.sh
18
setup.sh
@@ -41,6 +41,13 @@ trap allow_sleep EXIT
|
|||||||
echo "Initializing submodule(s)"
|
echo "Initializing submodule(s)"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
|
# Tmux plugin manager
|
||||||
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1
|
||||||
|
|
||||||
|
# Install tmux plugins
|
||||||
|
~/.tmux/plugins/tpm/bin/install_plugins
|
||||||
|
|
||||||
# Symlink dotfiles
|
# Symlink dotfiles
|
||||||
./install
|
./install
|
||||||
|
|
||||||
@@ -64,13 +71,6 @@ fi
|
|||||||
echo "Restoring Homebrew packages..."
|
echo "Restoring Homebrew packages..."
|
||||||
./bin/homebrew-restore
|
./bin/homebrew-restore
|
||||||
|
|
||||||
# Tmux plugin manager
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
||||||
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1
|
|
||||||
|
|
||||||
# Install tmux plugins
|
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
|
||||||
|
|
||||||
# GitHub CLI extensions
|
# GitHub CLI extensions
|
||||||
gh extension install github/gh-copilot
|
gh extension install github/gh-copilot
|
||||||
gh extension install dlvhdr/gh-dash
|
gh extension install dlvhdr/gh-dash
|
||||||
@@ -93,10 +93,6 @@ fisher install jethrokuan/fzf
|
|||||||
# Install Neovim plugins
|
# Install Neovim plugins
|
||||||
nvim --headless "+Lazy! sync" +qa
|
nvim --headless "+Lazy! sync" +qa
|
||||||
|
|
||||||
# Start services
|
|
||||||
yabai --start-service
|
|
||||||
skhd --start-service
|
|
||||||
|
|
||||||
# Setup fish shell as default shell
|
# Setup fish shell as default shell
|
||||||
echo "Configuring fish as default shell"
|
echo "Configuring fish as default shell"
|
||||||
if ! command -v fish &>/dev/null; then
|
if ! command -v fish &>/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user