File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ brew 'git'
49
49
brew 'git-delta' # Git diff viewer
50
50
brew 'lazygit'
51
51
brew 'pre-commit' # Git hooks
52
+ brew 'gh' # GitHub CLI
52
53
brew 'sops'
53
54
brew 'age'
54
55
brew 'ngrok'
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ if [ ! -d "$NVM_DIR" ]; then
78
78
nvm alias default 18
79
79
fi
80
80
81
- echo 'Install npm packages'
82
- echo '------------'
83
- npm install -g @githubnext/github-copilot-cli
84
-
85
81
# echo 'Install php environment'
86
82
# echo '---------------------------'
87
83
# sh "$(chezmoi source-path)/install/php-env.sh"
88
84
85
+ echo 'Install gh extensions'
86
+ echo '---------------------------'
87
+ gh extension install github/gh-copilot
88
+
89
89
echo '++++++++++++++++++++++++++++++'
90
90
echo 'All done!'
91
91
echo 'Things to do to make the agnoster terminal theme work:'
Original file line number Diff line number Diff line change @@ -120,12 +120,10 @@ case ":$PATH:" in
120
120
esac
121
121
# pnpm end
122
122
123
- eval " $( github- copilot-cli alias -- " $0 " ) "
123
+ eval " $( gh copilot alias -- bash ) "
124
124
125
125
eval $( thefuck --alias)
126
126
127
- eval " $( github-copilot-cli alias -- " $0 " ) "
128
-
129
127
export KUBE_EDITOR=' code --wait'
130
128
export TALOS_EDITOR=' code --wait'
131
129
You can’t perform that action at this time.
0 commit comments