From 6985a664a581d369e5ca510fca6aa9f6af888989 Mon Sep 17 00:00:00 2001 From: Antoine Date: Fri, 22 Mar 2024 09:53:50 +0100 Subject: [PATCH] fix paths --- setup_macos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_macos b/setup_macos index 63f7a0d..1f46557 100644 --- a/setup_macos +++ b/setup_macos @@ -29,7 +29,7 @@ brew install --cask jetbrains-mono-nerd-font # Install nvim and AstroNvim curl -L https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz -o tmp/nvim-macos.tar.gz tar xzvf tmp/nvim-macos.tar.gz -./tmp/nvim-macos/bin/nvim +/bin/bash tmp/nvim-macos/bin/nvim git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim mkdir -p "$XDG_CONFIG_HOME"/nvim/lua/user cp init.lua "$XDG_CONFIG_HOME"/nvim/lua/user/init.lua @@ -42,7 +42,7 @@ brew install tmux starship ripgrep lazygit bottom wireguard-go ffmpeg gh chsh -s /bin/bash # Import config files -ln -sf "$PWD/alacritty.toml" "$HOME"/alacritty/alacritty.toml +ln -sf "$PWD/alacritty.toml" "$HOME"/.alacritty.toml ln -sf "$PWD/bash_profile" "$HOME"/.bash_profile ln -sf "$PWD/bashrc" "$HOME"/.bashrc ln -sf "$PWD/tmux.conf" "$HOME"/.tmux.conf