Skip to content

Commit

Permalink
fixed oh-my-posh and neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Nov 7, 2024
1 parent cd7bc62 commit f0e0541
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ editor-neovim: tool-brew
if [[ "$$(uname -s)" == "Darwin" ]]; then \
brew install neovim; \
else \
curl -L https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb -o /tmp/nvim-linux64.deb && \
apt install -y /tmp/nvim-linux64.deb && apt install -fy; \
snap install --beta nvim --classic \
fi \
else \
echo -e "$(@):\n $$(nvim --version)"; \
Expand Down Expand Up @@ -121,7 +120,7 @@ tool-powerline-go: dev-go bin-folder

#: Install oh-my-posh (see: https://ohmyposh.dev/) #tools
tool-oh-my-posh: bin-folder
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d $HOME/bin
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d $(DST_BIN_DIR)

#: Install bat (see: https://github.com/sharkdp/bat) #tools
tool-bat: tool-brew
Expand Down Expand Up @@ -238,7 +237,7 @@ endif
dotfiles: @dotfiles-group

#: Installs micro and VimVundle
editors: editor-micro editor-micro-plugins
editors: editor-micro editor-micro-plugins editor-neovim

#: Installs powerline-go. On MacOS: Homebrew #group
tools: @tools-group
Expand Down

0 comments on commit f0e0541

Please sign in to comment.