mirror of
https://github.com/elisspace/old_dots.git
synced 2026-08-29 15:44:04 +00:00
24
.chezmoiexternal.toml
Normal file
24
.chezmoiexternal.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[".oh-my-zsh"]
|
||||
type = "archive"
|
||||
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
|
||||
type = "archive"
|
||||
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
[".oh-my-zsh/custom/themes/powerlevel10k"]
|
||||
type = "archive"
|
||||
url = "https://github.com/romkatv/powerlevel10k/archive/v1.15.0.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
|
||||
type = "archive"
|
||||
url = "https://github.com/zsh-users/zsh-autosuggestions/archive/master.tar.gz"
|
||||
exact = true
|
||||
stripComponents = 1
|
||||
refreshPeriod = "168h"
|
||||
|
||||
2
dot_oh-my-zsh/cache/dot_zsh-update
vendored
2
dot_oh-my-zsh/cache/dot_zsh-update
vendored
@@ -1 +1 @@
|
||||
LAST_EPOCH=19144
|
||||
LAST_EPOCH=19131
|
||||
|
||||
@@ -1 +1 @@
|
||||
18e7e5d0339f3491a6c0324e2443415309b56173 branch 'master' of https://github.com/ohmyzsh/ohmyzsh
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a not-for-merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a
|
||||
@@ -14,7 +14,6 @@
|
||||
[oh-my-zsh]
|
||||
remote = origin
|
||||
branch = master
|
||||
lastVersion = 39b600e9e564db3dec265fcf2e3db4b5568dd93a
|
||||
[remote "origin"]
|
||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,2 @@
|
||||
0000000000000000000000000000000000000000 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 branch: Created from origin/master
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 checkout: moving from master to master
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1654106824 -0400 checkout: moving from master to master
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 pull --quiet --rebase origin master: Fast-forward
|
||||
18e7e5d0339f3491a6c0324e2443415309b56173 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 checkout: moving from master to master
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
0000000000000000000000000000000000000000 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 branch: Created from origin/master
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 pull --quiet --rebase origin master: Fast-forward
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
0000000000000000000000000000000000000000 39b600e9e564db3dec265fcf2e3db4b5568dd93a elisspace <eli@elis.space> 1652972422 -0400 fetch --depth=1 origin: storing head
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a 18e7e5d0339f3491a6c0324e2443415309b56173 elisspace <eli@elis.space> 1654106825 -0400 pull --quiet --rebase origin master: fast-forward
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
18e7e5d0339f3491a6c0324e2443415309b56173
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a
|
||||
|
||||
@@ -1 +1 @@
|
||||
18e7e5d0339f3491a6c0324e2443415309b56173
|
||||
39b600e9e564db3dec265fcf2e3db4b5568dd93a
|
||||
|
||||
@@ -181,8 +181,6 @@ plugins=(... git)
|
||||
| gupv | git pull --rebase -v |
|
||||
| gupa | git pull --rebase --autostash |
|
||||
| gupav | git pull --rebase --autostash -v |
|
||||
| gupom | git pull --rebase origin $(git_main_branch) |
|
||||
| gupomi | git pull --rebase=interactive origin $(git_main_branch) |
|
||||
| glum | git pull upstream $(git_main_branch) |
|
||||
| gwch | git whatchanged -p --abbrev-commit --pretty=medium |
|
||||
| gwip | git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]" |
|
||||
|
||||
@@ -307,8 +307,6 @@ alias gup='git pull --rebase'
|
||||
alias gupv='git pull --rebase -v'
|
||||
alias gupa='git pull --rebase --autostash'
|
||||
alias gupav='git pull --rebase --autostash -v'
|
||||
alias gupom='git pull --rebase origin $(git_main_branch)'
|
||||
alias gupomi='git pull --rebase=interactive origin $(git_main_branch)'
|
||||
alias glum='git pull upstream $(git_main_branch)'
|
||||
|
||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
|
||||
@@ -65,7 +65,7 @@ function is_update_available() {
|
||||
local remote_head
|
||||
remote_head=$(
|
||||
if (( ${+commands[curl]} )); then
|
||||
curl --conect-timeout 2 -fsSL -H 'Accept: application/vnd.github.v3.sha' $api_url 2>/dev/null
|
||||
curl -m 2 -fsSL -H 'Accept: application/vnd.github.v3.sha' $api_url 2>/dev/null
|
||||
elif (( ${+commands[wget]} )); then
|
||||
wget -T 2 -O- --header='Accept: application/vnd.github.v3.sha' $api_url 2>/dev/null
|
||||
elif (( ${+commands[fetch]} )); then
|
||||
|
||||
Reference in New Issue
Block a user