fix eos setup script

D4VID 2 years ago
parent 29a67a1597
commit 740dc21475

@ -25,10 +25,8 @@ LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.
# dotfiles # dotfiles
cd ~
git clone https://github.com:D4VIDB2/dotfiles.git .dotfiles
cd .dotfiles cd .dotfiles
rm ~/.bashrc; stow --no-filding bash rm ~/.bashrc; stow --no-folding bash
rm ~/.tmux.conf; stow --no-filding tmux rm ~/.tmux.conf; stow --no-folding tmux
rm ~/.zshrc; stow --no-filding zsh rm ~/.zshrc; stow --no-folding zsh
stow --no-filding lvim stow --no-folding lvim

Loading…
Cancel
Save