diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-07 14:00:37 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-07 14:03:05 +0200 |
commit | d07a165f91fee5b931a7b82f7462d114f50d243e (patch) | |
tree | d2db4c9347096e35b8a103bd7a1ebb728bd81252 | |
parent | 7161593bc9c3f05525457f5db7f28529a99cc3bc (diff) | |
download | dotfiles_ascii-d07a165f91fee5b931a7b82f7462d114f50d243e.tar.xz dotfiles_ascii-d07a165f91fee5b931a7b82f7462d114f50d243e.zip |
Add syncthing
-rwxr-xr-x | install.sh | 4 | ||||
m--------- | zsh/.zsh/plugins/zsh-autosuggestions | 0 | ||||
m--------- | zsh/.zsh/plugins/zsh-history-substring-search | 0 | ||||
m--------- | zsh/.zsh/plugins/zsh-syntax-highlighting | 0 | ||||
-rwxr-xr-x | zsh/.zshrc | 4 |
5 files changed, 8 insertions, 0 deletions
@@ -119,3 +119,7 @@ #sudo resolvconf -u #tpac -S tig + +#tpac -S syncthing +#systemctl --user enable syncthing.service +#Config is here : http://127.0.0.1:8384/ diff --git a/zsh/.zsh/plugins/zsh-autosuggestions b/zsh/.zsh/plugins/zsh-autosuggestions -Subproject d6d9a469819c2bddb4d4f1d0d353070af96226e +Subproject ebaf409002be498a681267a75f5efcaf45cd0cc diff --git a/zsh/.zsh/plugins/zsh-history-substring-search b/zsh/.zsh/plugins/zsh-history-substring-search -Subproject 933733e86724a018cb98cb8f514fc3d323461f7 +Subproject 47a7d416c652a109f6e8856081abc042b50125f diff --git a/zsh/.zsh/plugins/zsh-syntax-highlighting b/zsh/.zsh/plugins/zsh-syntax-highlighting -Subproject a2a899b41b8b467b6c46b3f56c829a58657e671 +Subproject db6cac391bee957c20ff3175b2f03c4817253e6 @@ -21,3 +21,7 @@ export TERM=xterm-256color export CHEAT_EDITOR=nvim export VISUAL=nvim export EDITOR=nvim + +#export PHPBREW_SET_PROMPT=1 +#export PHPBREW_RC_ENABLE=1 +source /home/neodarz/.phpbrew/bashrc |