Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tomsiwik
Last active July 21, 2022 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomsiwik/892f9b5aa3da6dd35f40f500b469bd89 to your computer and use it in GitHub Desktop.
Save tomsiwik/892f9b5aa3da6dd35f40f500b469bd89 to your computer and use it in GitHub Desktop.
TL;DR - My vim IDE
#!/bin/sh
# Get homebrew up & running
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install kitty terminal for zsh
brew install kitty zsh git font-jetbrains-mono-nerd-font neovim
# Install zim
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
echo "zmodule romkatv/powerlevel10k --use degit" >> ~/.zimrc
zimfw install
# Install nvchad
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim +PackerSync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment