summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-28 19:54:59 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-28 19:54:59 -0500
commit92b52d1de16d9bd2a3004f891de375e433f84da9 (patch)
tree41b88d4301ec4fef89e07c7b07884fbd82db2fbd
parent0b532e89fca6b8858438d9ea7385ac66043cb9c6 (diff)
fix: fixed cache issue
-rw-r--r--install.conf.yaml1
-rw-r--r--wakeonlan/heimdal1
-rw-r--r--wakeonlan/loki1
-rw-r--r--wakeonlan/odin1
-rw-r--r--wakeonlan/thor1
-rw-r--r--zsh/antigen.zsh12
-rw-r--r--zshrc15
7 files changed, 19 insertions, 13 deletions
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