File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ print_details
1414apt_update
1515apt_install \
1616 fzf \
17- golang-go \
18- npm \
1917 pass \
20- python3-venv \
2118 software-properties-common \
2219 stow \
2320 wget \
@@ -27,10 +24,6 @@ apt_install \
2724# change to zsh as default shell
2825sudo chsh -s /usr/bin/zsh
2926
30- # ensure that submodules are downloaded
31- git submodule init
32- git submodule update
33-
3427# ensure that .config is owned by the current user
3528if [[ -d $HOME /.config && ! $( stat -c " %U" $HOME /.config) == " $( whoami) " ]]; then
3629 sudo chown $( id -u) :$( id -g) $HOME /.config
@@ -45,9 +38,6 @@ wget https://github.com/neovim/neovim-releases/releases/download/v0.10.1/nvim.ap
4538sudo mv nvim.appimage /usr/bin/nvim
4639sudo chmod u+x /usr/bin/nvim
4740
48- curl https://sh.rustup.rs -sSf | bash -s -- -y
49- source $HOME /.cargo/env
50-
5141zsh_extras
5242
5343starship_install
You can’t perform that action at this time.
0 commit comments