vimwiki: dth @ DK023900WSL
This commit is contained in:
parent
e3f22bc4f3
commit
55c55d7193
1 changed files with 2 additions and 1 deletions
3
makefile
3
makefile
|
|
@ -24,6 +24,8 @@ setup_brew:
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
|
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
|
||||||
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
# not too sure about this .bash_profile part
|
||||||
|
# slightly more sure about the ~/.profile
|
||||||
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
|
test -r ~/.bash_profile && echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bash_profile
|
||||||
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
|
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.profile
|
||||||
|
|
||||||
|
|
@ -32,7 +34,6 @@ setup_fzf:
|
||||||
$(brew --prefix)/opt/fzf/install --key-bindings --completion --no-bash --no-fish --all
|
$(brew --prefix)/opt/fzf/install --key-bindings --completion --no-bash --no-fish --all
|
||||||
ln -s -f ~/dotfiles/.fzf.zsh ~/.fzf.zsh
|
ln -s -f ~/dotfiles/.fzf.zsh ~/.fzf.zsh
|
||||||
|
|
||||||
|
|
||||||
setup_vimwiki1:
|
setup_vimwiki1:
|
||||||
rm -rf ~/.local/share/nvim/vimwiki/
|
rm -rf ~/.local/share/nvim/vimwiki/
|
||||||
git clone git@github.com:DannyDannyDanny/vimwiki.git ~/vimwiki/
|
git clone git@github.com:DannyDannyDanny/vimwiki.git ~/vimwiki/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue