File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -168,17 +168,25 @@ install_binaries_from_gh() {
168
168
mkdir -p $HOME /.local/bin
169
169
170
170
# Tokei
171
+ print " Installing tokei..."
171
172
wget -qO tokei.tar.gz https://github.com/XAMPPRocky/tokei/releases/latest/download/tokei-x86_64-unknown-linux-gnu.tar.gz
172
173
tar -xzf tokei.tar.gz -C $HOME /.local/bin
173
174
rm tokei.tar.gz
174
175
175
176
# Task
177
+ print " Installing task..."
176
178
wget -qO task.tar.gz https://github.com/go-task/task/releases/download/v3.21.0/task_linux_amd64.tar.gz
177
179
tar -xzf task.tar.gz
178
180
mv task $HOME /.local/bin
179
181
cp completion/fish/task.fish $HOME /.config/fish/completions
180
182
rm -rf task.tar.gz LICENSE README.md completion
181
183
184
+ # Nvim
185
+ print " Installing nvim..."
186
+ wget -qO https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb
187
+ sudo dpkg -i nvim-linux64.deb
188
+ git clone https://github.com/NvChad/NvChad ~ /.config/nvim --depth 1
189
+
182
190
setup_gesttings () {
183
191
print " Setting up gsettings..."
184
192
sudo systemd-machine-id-setup
You can’t perform that action at this time.
0 commit comments