Skip to content

Commit 9ee2e23

Browse files
authored
feat: remove nerd font install
should be handle on the terminal side which is connecting to the instance or in the browser for web browser experience gitpod-io/gitpod#17724 (comment)
1 parent 8adba5c commit 9ee2e23

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ if test ! -v TMUX && (test -v SSH_CONNECTION || test "$PPID" == "$(pgrep -f '/id
4040
fi
4141
EOF
4242

43-
# Install Nerd Font (JetBrainsMono Nerd Font) only if not already installed
44-
if ! fc-list | grep -qi "JetBrains Mono"; then
45-
curl -L https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip -o ~/JetBrainsMono.zip
46-
unzip ~/JetBrainsMono.zip -d ~/.local/share/fonts
47-
fc-cache -fv
48-
fi
49-
50-
# Set Nerd Font in .tmux.conf
51-
! grep -q 'Nerd Font' ~/.tmux.conf 2>/dev/null && echo "set-option -g default-terminal 'xterm-256color'" >>~/.tmux.conf
52-
5343
# Download Gitpod Tmux Configuration
5444
curl -L "https://raw.githubusercontent.com/axonasif/gitpod.tmux/main/gitpod.tmux" --output ~/gitpod.tmux
5545
chmod +x ~/gitpod.tmux

0 commit comments

Comments
 (0)