mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
Install mjvim
This commit is contained in:
parent
00456db8c0
commit
6f43fd28be
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
args=$@
|
args=$@
|
||||||
|
|
||||||
targetDir=$HOME/.mjvim
|
targetDir=$HOME/.config/mjvim
|
||||||
mkdir -p $targetDir
|
mkdir -p $targetDir
|
||||||
flags="--verbose=1 -t ${targetDir}"
|
flags="--verbose=1 -t ${targetDir}"
|
||||||
|
|
||||||
|
|
@ -13,6 +13,6 @@ fi
|
||||||
|
|
||||||
stow $flags . # newest
|
stow $flags . # newest
|
||||||
|
|
||||||
# Create alias for starting nvim with custom config
|
# # Create alias for starting nvim with custom config
|
||||||
echo "alias mjvim='NVIM_APPNAME=.mjvim nvim'" >> ~/.bashrc
|
# echo "alias mjvim='NVIM_APPNAME=.mjvim nvim'" >> ~/.bashrc
|
||||||
echo "Alias 'mjvim' added to ~/.bashrc. Run 'source ~/.bashrc' or restart terminal to use."
|
# echo "Alias 'mjvim' added to ~/.bashrc. Run 'source ~/.bashrc' or restart terminal to use."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue