Compare commits
5 Commits
6d41df1bc3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f3ac9861f | |||
| f704efc665 | |||
| 5db6325f66 | |||
| 007ee135d8 | |||
| fd74629ca1 |
2
brewlist
2
brewlist
@@ -19,10 +19,10 @@ oh-my-posh
|
|||||||
libpq
|
libpq
|
||||||
minio/stable/minio
|
minio/stable/minio
|
||||||
neovim
|
neovim
|
||||||
|
opencode
|
||||||
ory/tap/hydra
|
ory/tap/hydra
|
||||||
ory/tap/kratos
|
ory/tap/kratos
|
||||||
oven-sh/bun/bun
|
oven-sh/bun/bun
|
||||||
pnpm
|
|
||||||
pyenv
|
pyenv
|
||||||
pyenv-virtualenv
|
pyenv-virtualenv
|
||||||
redis
|
redis
|
||||||
|
|||||||
2
casklist
2
casklist
@@ -1,7 +1,9 @@
|
|||||||
font-lilex
|
font-lilex
|
||||||
font-fira-code-nerd-font
|
font-fira-code-nerd-font
|
||||||
font-fira-mono-nerd-font
|
font-fira-mono-nerd-font
|
||||||
|
figma
|
||||||
1password-cli
|
1password-cli
|
||||||
|
linear-linear
|
||||||
netnewswire
|
netnewswire
|
||||||
raindropio
|
raindropio
|
||||||
docker-desktop
|
docker-desktop
|
||||||
|
|||||||
2
install
Normal file → Executable file
2
install
Normal file → Executable file
@@ -11,7 +11,7 @@ xargs brew install < brewlist
|
|||||||
xargs brew install --cask < casklist
|
xargs brew install --cask < casklist
|
||||||
|
|
||||||
# Sym Link Configs
|
# Sym Link Configs
|
||||||
folders=("nvim" "tmux" "zsh" "git" ".config")
|
folders=("nvim" "tmux" "zsh" "git" "ssh")
|
||||||
|
|
||||||
for folder in "${folders[@]}"
|
for folder in "${folders[@]}"
|
||||||
do
|
do
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
|
Include ~/.ssh/1Password/config
|
||||||
Host *
|
Host *
|
||||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ final_space = true
|
|||||||
[palette]
|
[palette]
|
||||||
blue = '#8AADF4'
|
blue = '#8AADF4'
|
||||||
lavender = '#B7BDF8'
|
lavender = '#B7BDF8'
|
||||||
|
teal = '#8BD5CA'
|
||||||
os = '#ACB0BE'
|
os = '#ACB0BE'
|
||||||
pink = '#F5BDE6'
|
pink = '#F5BDE6'
|
||||||
text = '#494D64'
|
text = '#494D64'
|
||||||
@@ -17,7 +18,8 @@ final_space = true
|
|||||||
leading_diamond = ''
|
leading_diamond = ''
|
||||||
template = '{{ .UserName }}@{{ .HostName }}'
|
template = '{{ .UserName }}@{{ .HostName }}'
|
||||||
foreground = 'p:text'
|
foreground = 'p:text'
|
||||||
powerline_symbol = ''
|
powerline_symbol = ''
|
||||||
|
trailing_diamond = ''
|
||||||
background = 'p:blue'
|
background = 'p:blue'
|
||||||
type = 'session'
|
type = 'session'
|
||||||
style = 'diamond'
|
style = 'diamond'
|
||||||
@@ -26,12 +28,34 @@ final_space = true
|
|||||||
cache_duration = 'none'
|
cache_duration = 'none'
|
||||||
|
|
||||||
[[blocks.segments]]
|
[[blocks.segments]]
|
||||||
template = ' {{ .Path }}'
|
template = ' {{ .Segments.Git.RepoName }}'
|
||||||
foreground = 'p:text'
|
foreground = 'p:text'
|
||||||
powerline_symbol = ''
|
background = 'p:teal'
|
||||||
|
type = 'text'
|
||||||
|
style = 'diamond'
|
||||||
|
|
||||||
|
[blocks.segments.properties]
|
||||||
|
cache_duration = 'none'
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
template = '{{ if .Segments.Git.RepoName }}{{ if eq .Segments.Git.Dir .PWD }}./{{ else if contains "/" .Segments.Git.RelativeDir }}.//{{ .Folder }}{{ else }}./{{ .Folder }}{{ end }}{{ end }}'
|
||||||
|
foreground = 'p:text'
|
||||||
|
powerline_symbol = ''
|
||||||
|
background = 'p:pink'
|
||||||
|
type = 'text'
|
||||||
|
style = 'powerline'
|
||||||
|
|
||||||
|
[blocks.segments.properties]
|
||||||
|
cache_duration = 'none'
|
||||||
|
|
||||||
|
[[blocks.segments]]
|
||||||
|
template = '{{ if not .Segments.Git.RepoName }} {{ .Path }}{{ end }}'
|
||||||
|
foreground = 'p:text'
|
||||||
|
powerline_symbol = ''
|
||||||
|
trailing_diamond = ''
|
||||||
background = 'p:pink'
|
background = 'p:pink'
|
||||||
type = 'path'
|
type = 'path'
|
||||||
style = 'powerline'
|
style = 'diamond'
|
||||||
|
|
||||||
[blocks.segments.properties]
|
[blocks.segments.properties]
|
||||||
cache_duration = 'none'
|
cache_duration = 'none'
|
||||||
|
|||||||
Reference in New Issue
Block a user