summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-03-28 16:05:33 -0500
committerToby Vincent <tobyv13@gmail.com>2021-03-28 16:05:33 -0500
commitc1c5025ce124e38ca2229c79818ebe823d66645e (patch)
tree64f32795ab7499706d8f1577edb7e32775b5fa67
parent50963d553cbc4635a2321f676790b034dbd8a5bd (diff)
feat: more ssh-agent changes
-rw-r--r--install.conf.yaml1
-rw-r--r--zprofile4
-rw-r--r--zsh/setopt.zsh1
3 files changed, 5 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index a7d9cb9..226efcd 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -13,6 +13,7 @@
- link:
~/.zsh:
~/.zshrc:
+ ~/.zprofile:
~/.p10k.zsh:
~/.gitconfig:
~/.ssh/config: "ssh/config"
diff --git a/zprofile b/zprofile
new file mode 100644
index 0000000..44b47c4
--- /dev/null
+++ b/zprofile
@@ -0,0 +1,4 @@
+source $ZSH_BASE/antigen/antigen.zsh
+antigen use oh-my-zsh
+antigen bundle ssh-agent
+antigen apply \ No newline at end of file
diff --git a/zsh/setopt.zsh b/zsh/setopt.zsh
index 1704722..f862bab 100644
--- a/zsh/setopt.zsh
+++ b/zsh/setopt.zsh
@@ -1,6 +1,5 @@
typeset -A ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_STYLES[path]='fg=cyan'
-
HYPHEN_INSENSITIVE="true"
DISABLE_UPDATE_PROMPT="true"
DISABLE_AUTO_TITLE="true"