mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore: move scripts together
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -68,6 +68,9 @@ echo "Restoring Homebrew packages..."
|
|||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1
|
~/.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
|
||||||
@@ -78,9 +81,6 @@ gh extension install meiji163/gh-notify
|
|||||||
gh extension install seachicken/gh-poi
|
gh extension install seachicken/gh-poi
|
||||||
gh extension install gennaro-tedesco/gh-s
|
gh extension install gennaro-tedesco/gh-s
|
||||||
|
|
||||||
# Install tmux plugins
|
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
|
||||||
|
|
||||||
# Install Fish plugins
|
# Install Fish plugins
|
||||||
fisher install jorgebucaran/fisher
|
fisher install jorgebucaran/fisher
|
||||||
fisher install jorgebucaran/autopair.fish
|
fisher install jorgebucaran/autopair.fish
|
||||||
|
|||||||
Reference in New Issue
Block a user