switch to nvim repo for nvim config sync
This commit is contained in:
parent
e1ae5b45a1
commit
052813efa1
2 changed files with 0 additions and 8 deletions
6
init.lua
6
init.lua
|
|
@ -1,6 +0,0 @@
|
|||
return{
|
||||
plugins = {
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
|
||||
},
|
||||
colorscheme = "catppuccin-macchiato"
|
||||
}
|
||||
|
|
@ -26,8 +26,6 @@ curl -LO --output-dir "$XDG_CONFIG_HOME"/alacritty/themes/themes https://github.
|
|||
# Install nvim and AstroNvim
|
||||
/opt/homebrew/bin/brew install neovim
|
||||
git clone https://github.com/antoinelhermitte/nvim ~/.config/nvim
|
||||
mkdir -p "$XDG_CONFIG_HOME"/nvim/lua/user
|
||||
cp init.lua "$XDG_CONFIG_HOME"/nvim/lua/user/init.lua
|
||||
|
||||
# Install other Mac Packages
|
||||
/opt/homebrew/bin/brew install --cask obsidian vlc firefox amethyst hiddenbar karabiner-elements bitwarden signal
|
||||
|
|
|
|||
Loading…
Reference in a new issue