This commit is contained in:
Joe Lillibridge 2024-12-02 20:28:36 +00:00
parent 34cba79142
commit 7b91512393
No known key found for this signature in database
11 changed files with 78 additions and 10 deletions

View File

@ -17,6 +17,54 @@ brew bundle --global
fi fi
{% endif %} {% endif %}
{% if yadm.os == "Linux" %}
echo "installing git"
sudo apt-get install -y git
packages=()
packages+=(
"bat"
"boxes"
"catimg"
"duf"
"editorconfig"
"fdfind"
"figlet"
"fzf"
"gh"
#"git-delta" # this is a special case that will be handled seperately
"gnupg"
"gron"
#"gum" # this is a special case that will be handled seperately
"highlight"
# "hr" # may not be available
"htop"
"jq"
"lolcat"
"lsd"
"neovim"
#"nodejs" Using alternate install method
#"nvm" # will use install script
#"ots" # not available for debian?
"peco"
#"pngpaste" # no deb package
"pwgen"
"shellcheck"
#"slackcat" # no deb package
#"slackdump" # no deb package
#"tag" # no deb package
"thefuck"
"tldr"
"tmux"
"vim"
#"watch" # standard in debian
"wget"
"yadm"
"zoxide"
"zsh-autosuggestions"
"zsh-syntax-highlighting"
)
{% endif %}
# Directory to look for bootstrap executables in # Directory to look for bootstrap executables in
BOOTSTRAP_D="${BASH_SOURCE[0]}.d" BOOTSTRAP_D="${BASH_SOURCE[0]}.d"

View File

@ -10,4 +10,6 @@ fi
# Key bindings # Key bindings
# ------------ # ------------
source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh" # source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh"
source "$HOME/.fzf.zsh.local"

View File

@ -0,0 +1,3 @@
# Key bindings
# ------------
source "/usr/share/doc/fzf/examples/key-bindings.zsh"

View File

@ -0,0 +1,3 @@
# Key bindings
# ------------
source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh"

View File

@ -0,0 +1,3 @@
# Key bindings
# ------------
source "/opt/homebrew/opt/fzf/shell/key-bindings.zsh"

View File

@ -1,12 +1,11 @@
[user] [user]
name = Joe Lillibridge name = Joe Lillibridge
#email = joe@lillibridge.email
#signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILoyiVVnKMnTDgtals13aXoBarPzwyRlKMhVugOj15ap
[gpg] [gpg]
format = ssh format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit] [commit]
gpgsign = true gpgsign = true

View File

@ -0,0 +1,3 @@
[user]
email = joe@lillibridge.email
signingkey = B5206C5695CD6665

View File

@ -1,3 +1,6 @@
[user] [user]
email = fwonkas@gmail.com email = fwonkas@gmail.com
signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHALfY0jja0KmFCcnuh+7KdVphB57ECJRrMJcLzuzsxXypl6yVLTqXkVxkXooJYj3Fx3bUk7JOZjriSvbo7X6J1y9FA8ilsAyCnpKar93qdtenmVQXhPDiArSGdKMgaOFF7IpVfcWYzm8MWYUMoAKlOoK6BER7H0XM9MkucvxhiudWHC0gGd6L4/RDUshfDqy4jWAXMZkfDEgpLyG780ASVMo9p87/Fms5HXq7XFm8NyxexDAzelYUF5ao5gm4oIIP41fvZobKc8iNkJvL0xBm4V910KkctAvegt4P7P9Uj+bxc5tP0psGaDbyNZi/FYq3vbPfHBfQJOAIAv2DkxMNRAophSyFyyW4HfZ2R9ok49n0hUF1NjQnLMESopMCYxjUrURYrYbEyThkxMti1IjL2BAsNo+/leGmFfG3QjAm+Hxv7v05mGfTOTdkYocOpTJVbpMhkZiz6EXjqGBusEfuJ5D09BK+dyMmBKL6+Rw4X+weV54WBXdjoGXarXh4fE= signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCrHALfY0jja0KmFCcnuh+7KdVphB57ECJRrMJcLzuzsxXypl6yVLTqXkVxkXooJYj3Fx3bUk7JOZjriSvbo7X6J1y9FA8ilsAyCnpKar93qdtenmVQXhPDiArSGdKMgaOFF7IpVfcWYzm8MWYUMoAKlOoK6BER7H0XM9MkucvxhiudWHC0gGd6L4/RDUshfDqy4jWAXMZkfDEgpLyG780ASVMo9p87/Fms5HXq7XFm8NyxexDAzelYUF5ao5gm4oIIP41fvZobKc8iNkJvL0xBm4V910KkctAvegt4P7P9Uj+bxc5tP0psGaDbyNZi/FYq3vbPfHBfQJOAIAv2DkxMNRAophSyFyyW4HfZ2R9ok49n0hUF1NjQnLMESopMCYxjUrURYrYbEyThkxMti1IjL2BAsNo+/leGmFfG3QjAm+Hxv7v05mGfTOTdkYocOpTJVbpMhkZiz6EXjqGBusEfuJ5D09BK+dyMmBKL6+Rw4X+weV54WBXdjoGXarXh4fE=
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

View File

@ -2,3 +2,6 @@
email = joseph.lillibridge@target.com email = joseph.lillibridge@target.com
# signingkey = 0C8E0B58274250F2 # signingkey = 0C8E0B58274250F2
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHsJHCNNsHnVmDwoZB0OpGoXJ7oyY0cwN4w5CvWCxqB signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJHsJHCNNsHnVmDwoZB0OpGoXJ7oyY0cwN4w5CvWCxqB
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

1
.zshrc
View File

@ -104,3 +104,4 @@ fi
eval "$(zoxide init --cmd j zsh)" eval "$(zoxide init --cmd j zsh)"
[[ "$(command -v thefuck)" ]] && eval $(thefuck --alias) [[ "$(command -v thefuck)" ]] && eval $(thefuck --alias)
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion