1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

Merge pull request #3 from HS-157/master

Go to $HOME !
This commit is contained in:
eoli3n 2017-12-28 09:13:16 +01:00 committed by GitHub
commit 935842e646
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

@ -49,7 +49,7 @@ Vagrant.configure("2") do |config|
# EXEC
cd /tmp
curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=packer-git; makepkg PKGBUILD --install --needed --noconfirm
cd dotfiles
cd $HOME/dotfiles
./install.sh desktop && echo -e "vagrant\n/usr/bin/zsh" | chsh
SCRIPT

@ -38,7 +38,7 @@ Vagrant.configure("2") do |config|
touch ~/.viminfo; rm ~/.viminfo
touch ~/.vimrc; rm ~/.vimrc
# EXEC
cd dotfiles
cd $HOME/dotfiles
./install.sh server && echo -e "vagrant" | chsh -s /bin/zsh
SCRIPT

@ -39,7 +39,7 @@ Vagrant.configure("2") do |config|
touch ~/.viminfo; rm ~/.viminfo
touch ~/.vimrc; rm ~/.vimrc
# EXEC
cd dotfiles
cd $HOME/dotfiles
./install.sh server && echo -e "vagrant\n/usr/bin/zsh" | chsh
SCRIPT

@ -27,7 +27,7 @@ Vagrant.configure("2") do |config|
touch ~/.viminfo; rm ~/.viminfo
touch ~/.vimrc; rm ~/.vimrc
# EXEC
cd dotfiles
cd $HOME/dotfiles
./install.sh server
#CHANGE SH LINE : chsh -s /usr/local/bin/zsh -p ?? how to use crypt
SCRIPT