aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-08-24 15:06:38 +0200
committerNeodarZ <neodarz@neodarz.net>2017-08-24 15:06:38 +0200
commit3a759ddfa63901da5ecfdbb6795a889ef626558a (patch)
tree4bca92ec65b3d9a9d36ca6977d43c300cfa175aa /install.sh
parente1782e62560e1c10e66aa81e5d1f10e9814d12a7 (diff)
downloaddotfiles_ascii-3a759ddfa63901da5ecfdbb6795a889ef626558a.tar.xz
dotfiles_ascii-3a759ddfa63901da5ecfdbb6795a889ef626558a.zip
Add stowroot alias for sudo stow -t /
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 056d6f7..a0a321f 100755
--- a/install.sh
+++ b/install.sh
@@ -27,8 +27,6 @@ yaourt -S otf-fira-code
#sudo pacman -R clipit
-#sudo stow -t / fonts-etc
-
#stow zsh
## After zsh installed, install this three plugins :
@@ -39,6 +37,8 @@ yaourt -S otf-fira-code
#sudo chsh -s $(which zsh)
+#stowroot fonts-etc
+
#stow vim
#git clone https://github.com/VundleVim/Vundle.vim.git vim/.vim/bundle/Vundle.vim