[feat] Add keybinds for nvim-dap-ui
And add an install script
This commit is contained in:
10
install.sh
Executable file
10
install.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# ensure_installed:
|
||||
DOTFILES_REPO="https://github.com/uttarayan21/dotfiles"
|
||||
INSTALLED="$HOME/.local/share/dotfiles"
|
||||
git clone "$DOTFILES_REPO" "$INSTALLED"
|
||||
|
||||
for file in "$INSTALLED"; do
|
||||
ln -s "$file" $HOME/config/$(basename $file)
|
||||
done
|
||||
Reference in New Issue
Block a user