fix paths

This commit is contained in:
Antoine 2024-03-22 09:53:50 +01:00
parent 72f1d0fc81
commit 6985a664a5

View file

@ -29,7 +29,7 @@ brew install --cask jetbrains-mono-nerd-font
# Install nvim and AstroNvim # Install nvim and AstroNvim
curl -L https://github.com/neovim/neovim/releases/download/stable/nvim-macos.tar.gz -o tmp/nvim-macos.tar.gz 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 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 git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
mkdir -p "$XDG_CONFIG_HOME"/nvim/lua/user mkdir -p "$XDG_CONFIG_HOME"/nvim/lua/user
cp init.lua "$XDG_CONFIG_HOME"/nvim/lua/user/init.lua 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 chsh -s /bin/bash
# Import config files # 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/bash_profile" "$HOME"/.bash_profile
ln -sf "$PWD/bashrc" "$HOME"/.bashrc ln -sf "$PWD/bashrc" "$HOME"/.bashrc
ln -sf "$PWD/tmux.conf" "$HOME"/.tmux.conf ln -sf "$PWD/tmux.conf" "$HOME"/.tmux.conf