mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
Edit
This commit is contained in:
Submodule nackernvim updated: cdde0115f7...42ef0d43cd
20
sh/nackernvim
Normal file
20
sh/nackernvim
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
#/bin/bash
|
||||||
|
function helpcli() {
|
||||||
|
echo "* install nackerNvim"
|
||||||
|
|
||||||
|
}
|
||||||
|
fucntion install() {
|
||||||
|
cd ~/.dotfiles
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
ln -s $HOME/.dotfiles/nackernvim $HOME/.config/nvim
|
||||||
|
}
|
||||||
|
|
||||||
|
while [ -n "$1" ]
|
||||||
|
do
|
||||||
|
case "$1" in
|
||||||
|
install )start;;
|
||||||
|
help )helpcli;;
|
||||||
|
esac
|
||||||
|
shift
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user