initial
This commit is contained in:
10
setup.sh
Executable file
10
setup.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
mkdir -p "$HOME/.config/nvim"
|
||||
|
||||
# Example in configs/setup.sh
|
||||
ln -sf ~/code/configs/home/.gitconfig ~/.gitconfig
|
||||
ln -sf ~/code/configs/home/.bashrc ~/.bashrc
|
||||
ln -sf ~/code/configs/home/.zshrc ~/.zshrc
|
||||
ln -sf ~/code/configs/nvim/ ~/.config/nvim
|
||||
Reference in New Issue
Block a user