File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM alpine
22
3- RUN apk update && apk add git zsh bash neovim exa ripgrep fzf tzdata ncurses nodejs npm python3 py3-pip curl
3+ RUN apk update && apk add git zsh bash neovim exa ripgrep fzf tzdata ncurses nodejs npm python3 py3-pip curl tree-sitter-cli
44RUN addgroup demo \
55 && adduser --system --shell /bin/zsh -g demo demo \
66 && cp /usr/share/zoneinfo/UTC /etc/localtime
Original file line number Diff line number Diff line change @@ -68,11 +68,6 @@ if [ "$(uname -s)" = "Darwin" ] && which brew >/dev/null 2>&1; then
6868 brew install --quiet $( cat homebrew.txt)
6969fi
7070
71- if which npm > /dev/null 2>&1 ; then
72- echo " ◉ Installing global npm packages..."
73- npm install --global --silent tree-sitter-cli
74- fi
75-
7671echo " → Cleaning up dead symlinks..."
7772find " $HOME " -maxdepth 1 -type l ! -exec test -e {} \; -delete
7873[ -d " $bindir " ] && find " $bindir " -maxdepth 1 -type l ! -exec test -e {} \; -delete
You can’t perform that action at this time.
0 commit comments