Compare commits
5 Commits
844aabd735
...
0914da49cf
Author | SHA1 | Date | |
---|---|---|---|
0914da49cf | |||
a9b5cac9f0 | |||
|
fc1b460777 | ||
|
1fdd8500f3 | ||
|
1cbcd5459c |
@ -1,9 +1,7 @@
|
||||
[user]
|
||||
name = wzykubek
|
||||
email = wz-git@mailbox.org
|
||||
signingkey = ~/.ssh/id_yubico1_sk
|
||||
[gpg]
|
||||
format = ssh
|
||||
name = Wiktor Zykubek
|
||||
email = dev@wzykubek.xyz
|
||||
signingkey = 0xE2F941AEA250AFFC
|
||||
[format]
|
||||
pretty = oneline
|
||||
[log]
|
||||
@ -18,3 +16,5 @@
|
||||
cmd = kitten diff $LOCAL $REMOTE
|
||||
[difftool "kitty.gui"]
|
||||
cmd = kitten diff $LOCAL $REMOTE
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
@ -6,10 +6,10 @@ Host wyse
|
||||
HostName 192.168.1.5
|
||||
User root
|
||||
|
||||
Host podman
|
||||
Host alma
|
||||
HostName 192.168.1.10
|
||||
User root
|
||||
User cloud
|
||||
Port 2222
|
||||
|
||||
Host *
|
||||
IdentityFile ~/.ssh/id_yubico1_sk
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_rsa.pub
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"mpris",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"group/hardware",
|
||||
@ -109,5 +110,9 @@
|
||||
},
|
||||
"on-click": "pwvucontrol"
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{title} - {artist} ",
|
||||
"format-paused": "{title} - {artist} "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ tooltip {
|
||||
#clock,
|
||||
#workspaces,
|
||||
#window,
|
||||
#mpris,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#tray,
|
||||
@ -93,6 +94,10 @@ tooltip {
|
||||
color: @gold;
|
||||
}
|
||||
|
||||
#mpris {
|
||||
color: @foam;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @iris;
|
||||
}
|
||||
|
@ -33,6 +33,7 @@ command_not_found_handler() {
|
||||
|
||||
#: Aliases {{{
|
||||
|
||||
alias vi='nvim'
|
||||
alias vim='nvim'
|
||||
alias ssh='kitten ssh'
|
||||
alias sudo='sudo '
|
||||
@ -45,7 +46,9 @@ alias dotfiles='nvim +"cd $HOME/.dotfiles" +"NvimTreeFocus"'
|
||||
|
||||
export PATH="$PATH:.:$HOME/.local/bin/scripts/:$HOME/.local/bin/"
|
||||
export EDITOR='nvim'
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
export GPG_TTY="$(tty)"
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent # I need to find better place for this line
|
||||
|
||||
#: }}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user