aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-10 08:24:41 +0200
committerneodarz <neodarz@neodarz.net>2019-09-10 08:24:41 +0200
commit973920045cc1522d6774de4d8d9905d285487bb0 (patch)
treed8fe8a29d432635dae9afe884b0d2234d9a4dafd
parentd9487b823957305fd92fc80dcceb3a008810d53f (diff)
downloaddotfiles-973920045cc1522d6774de4d8d9905d285487bb0.tar.xz
dotfiles-973920045cc1522d6774de4d8d9905d285487bb0.zip
Add phpbrew
-rwxr-xr-xdotfiles/zshrc2
-rwxr-xr-xinstall.sh8
2 files changed, 9 insertions, 1 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc
index c5462bb..0e034d4 100755
--- a/dotfiles/zshrc
+++ b/dotfiles/zshrc
@@ -24,7 +24,7 @@ export EDITOR=nvim
#export PHPBREW_SET_PROMPT=1
#export PHPBREW_RC_ENABLE=1
-source /home/neodarz/.phpbrew/bashrc
+source ~/.phpbrew/bashrc
# project maanger prm
alias prm='. ~/.prm-bin/prm.sh'
diff --git a/install.sh b/install.sh
index 1826293..730c7d6 100755
--- a/install.sh
+++ b/install.sh
@@ -205,6 +205,10 @@ echo "Install vdirsyncer..."
#sudo pacman -S --noconfirm --needed vdirsyncer
+echo "Install phpbrew..."
+
+#sudo pikaur -S --noconfirm --needed phpbrew
+
# install dotfiles
echo "install dotdrop..."
@@ -257,6 +261,10 @@ echo "Install vdirsyncer..."
#vdirsyncer discover
#vdirsyncer sync
+echo "Init phpbrew..."
+
+#phpbrew init
+
echo "Hey install is done!"
echo "Check arch wiki for driver installation."
echo "=> https://wiki.archlinux.org/index.php/Xorg#Driver_installation"