File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 6
6
"customizations" : {
7
7
"vscode" : {
8
8
"settings" : {
9
- "terminal.integrated.defaultProfile.linux" : " zsh" ,
10
- // Speed up extension installation
11
- "extensions.verifySignature" : false
9
+ "terminal.integrated.defaultProfile.linux" : " zsh"
12
10
},
13
11
"extensions" : [
14
12
// Liquid tags auto-complete
Original file line number Diff line number Diff line change 8
8
9
9
# Install dependencies for shfmt extension
10
10
curl -sS https://webi.sh/shfmt | sh & > /dev/null
11
+
12
+ # Add OMZ plugins
13
+ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~ /.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
14
+ git clone https://github.com/zsh-users/zsh-autosuggestions ~ /.oh-my-zsh/custom/plugins/zsh-autosuggestions
15
+ sed -i -E " s/^(plugins=\()(git)(\))/\1\2 zsh-syntax-highlighting zsh-autosuggestions\3/" ~ /.zshrc
16
+
17
+ # Avoid git log use less
18
+ echo -e " \nunset LESS" >> ~/.zshrc
You can’t perform that action at this time.
0 commit comments