From 92b52d1de16d9bd2a3004f891de375e433f84da9 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 28 Apr 2021 19:54:59 -0500 Subject: fix: fixed cache issue --- install.conf.yaml | 1 + wakeonlan/heimdal | 1 + wakeonlan/loki | 1 + wakeonlan/odin | 1 + wakeonlan/thor | 1 + zsh/antigen.zsh | 12 ------------ zshrc | 15 ++++++++++++++- 7 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 wakeonlan/heimdal create mode 100644 wakeonlan/loki create mode 100644 wakeonlan/odin create mode 100644 wakeonlan/thor delete mode 100644 zsh/antigen.zsh diff --git a/install.conf.yaml b/install.conf.yaml index 321d382..77a732b 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -14,6 +14,7 @@ ~/.zshrc: ~/.p10k.zsh: ~/.gitconfig: + ~/.wakeonlan: ~/.ssh/: glob: true path: ssh/* diff --git a/wakeonlan/heimdal b/wakeonlan/heimdal new file mode 100644 index 0000000..ea277fa --- /dev/null +++ b/wakeonlan/heimdal @@ -0,0 +1 @@ +B8:27:EB:71:82:35 192.168.1.255 \ No newline at end of file diff --git a/wakeonlan/loki b/wakeonlan/loki new file mode 100644 index 0000000..9ffd998 --- /dev/null +++ b/wakeonlan/loki @@ -0,0 +1 @@ +DC:A6:32:BC:84:20 192.168.1.255 \ No newline at end of file diff --git a/wakeonlan/odin b/wakeonlan/odin new file mode 100644 index 0000000..e120218 --- /dev/null +++ b/wakeonlan/odin @@ -0,0 +1 @@ +50:E5:49:5B:F7:73 192.168.1.255 \ No newline at end of file diff --git a/wakeonlan/thor b/wakeonlan/thor new file mode 100644 index 0000000..27a3de8 --- /dev/null +++ b/wakeonlan/thor @@ -0,0 +1 @@ +B4:AE:2B:D2:CB:74 192.168.1.255 \ No newline at end of file diff --git a/zsh/antigen.zsh b/zsh/antigen.zsh deleted file mode 100644 index 569ee28..0000000 --- a/zsh/antigen.zsh +++ /dev/null @@ -1,12 +0,0 @@ -antigen use oh-my-zsh -antigen bundle git -antigen bundle fzf -antigen bundle dotnet -antigen bundle docker -antigen bundle docker-compose -antigen bundle command-not-found -antigen bundle zsh-users/zsh-syntax-highlighting -antigen bundle zsh-users/zsh-autosuggestions -antigen bundle memark/zsh-dotnet-completion -antigen theme romkatv/powerlevel10k.git -antigen apply \ No newline at end of file diff --git a/zshrc b/zshrc index e2d854b..1374090 100644 --- a/zshrc +++ b/zshrc @@ -18,4 +18,17 @@ source $ZSH_BASE/zsh/prompt.zsh source $ZSH_BASE/zsh/aliases.zsh source $ZSH_BASE/zsh/keybindings.zsh [ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh -source $ZSH_BASE/zsh/antigen.zsh + +antigen use oh-my-zsh +antigen bundle git +antigen bundle fzf +antigen bundle dotnet +antigen bundle docker +antigen bundle docker-compose +antigen bundle command-not-found +antigen bundle wakeonlan +antigen bundle zsh-users/zsh-syntax-highlighting +antigen bundle zsh-users/zsh-autosuggestions +antigen bundle memark/zsh-dotnet-completion +antigen theme romkatv/powerlevel10k.git +antigen apply \ No newline at end of file -- cgit v1.2.3-70-g09d2