File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ nvim --headless \
103103
104104# HACK: fix for lazy pulling the latest plugin versions at startup
105105# instead of the ones in the lock file
106- git reset --hard HEAD
106+ git checkout HEAD -- nvim/.config/nvim/lazy-lock.json
107107nvim --headless " +Lazy! restore" +qa
108108
109109# --- Programming ---
@@ -163,16 +163,13 @@ ollama create qwen3-coding -f ~/.dotfiles/ollama/modelfile
163163
164164# install opencode
165165curl -fsSL https://opencode.ai/install | bash
166- # HACK: run opencode so that it creates it's files
166+ # NOTE: refresh opencode models and create it's files for faster startup
167167~ /.opencode/bin/opencode models --refresh
168168
169169# -- Clean up ---
170170# remove or invalidate cache data
171171sudo dnf clean all
172172
173- # revert any changes done by apps starting up
174- git reset --hard HEAD
175-
176173# --- User config ---
177174# change shell to zsh
178175sudo chsh -s /usr/bin/zsh " $USER "
You can’t perform that action at this time.
0 commit comments