ssh signing

master
Rasmus Rosengren 2 years ago
parent 68ea75eecf
commit 0a76ab2c85
Signed by: rsrp
SSH Key Fingerprint: SHA256:vdAo4Qg/MlIkxR5BRTABqMRJ1sGSVlUcIciriaE3cNU
  1. 8
      .config/fish/config.fish
  2. 39
      .config/i3/config
  3. 9
      .gitconfig

@ -1,6 +1,9 @@
set -x PATH $PATH $HOME/.cargo/bin (yarn global bin) set -x fish_greeting (fortune)
set -x PATH $PATH $HOME/.cargo/bin (yarn global bin) $HOME/go/bin
set -x GPG_TTY (tty) set -x GPG_TTY (tty)
set -x EDITOR vim
alias y paru alias y paru
alias j z alias j z
@ -16,7 +19,6 @@ function gdh --argument-names 'reach'
git diff HEAD git diff HEAD
end end
end end
funcsave gdh
alias gl "git log --oneline --graph" alias gl "git log --oneline --graph"
alias gcm "git commit -m" alias gcm "git commit -m"
@ -40,13 +42,11 @@ function forbat --argument-names 'lang'
echo I don\'t know $lang echo I don\'t know $lang
end end
end end
funcsave forbat
function bluehead function bluehead
bluetoothctl power on bluetoothctl power on
bluetoothctl connect 94:DB:56:8E:74:D9 bluetoothctl connect 94:DB:56:8E:74:D9
end end
funcsave bluehead
zoxide init fish | source zoxide init fish | source
starship init fish | source starship init fish | source

@ -42,10 +42,10 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+e layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym $mod+Shift+Space floating toggle bindcode $mod+Shift+65 floating toggle
# change focus between tiling / floating windows # change focus between tiling / floating windows
bindsym $mod+Space focus mode_toggle bindcode $mod+65 focus mode_toggle
# define names for default workspaces so that they can be referenced later # define names for default workspaces so that they can be referenced later
set $ws1 "1" set $ws1 "1"
@ -108,17 +108,19 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# application launcher # application launcher
bindsym $mod+d exec --no-startup-id rofi -show drun -sorting fzf -matching fuzzy bindsym $mod+d exec --no-startup-id ~/.config/polybar/docky/scripts/launcher.sh
# window switcher # window switcher
bindsym $mod+Tab exec --no-startup-id rofi -show window -sorting fzf -matching fuzzy bindsym $mod+Tab exec --no-startup-id ~/.config/polybar/docky/scripts/window-switcher.sh
exec_always --no-startup-id ~/.config/polybar/launch.sh
# keyboard config # keyboard config
exec_always "setxkbmap -model pc105 -layout us,se -variant , -option altwin:swap_lalt_lwin -option caps:swapescape -option grp:win_space_toggle" exec_always --no-startup-id "setxkbmap -option altwin:swap_lalt_lwin -option caps:swapescape"
focus_follows_mouse no focus_follows_mouse no
default_border pixel 3 default_border pixel 3
for_window [all] border pixel 3 # workaround for https://github.com/i3/i3/issues/5149
default_floating_border none default_floating_border none
mouse_warping none mouse_warping none
title_align center title_align center
@ -159,26 +161,6 @@ bindsym XF86AudioRaiseVolume exec pamixer -i 4
bindsym XF86AudioLowerVolume exec pamixer -d 4 bindsym XF86AudioLowerVolume exec pamixer -d 4
bindsym XF86AudioMute exec pamixer -t bindsym XF86AudioMute exec pamixer -t
bar {
id main
font pango:Source Code Pro SemiBold, FontAwesome 10
position top
# status_command .cargo/bin/i3status-simple
status_command i3status
tray_output none
colors {
# class border background text
focused_workspace $active_color $active_color #ffffff
active_workspace #333333 #333333 #ffffff
inactive_workspace #333333 #333333 #888888
urgent_workspace #ef4444 #ef4444 #ffffff
separator #666666
background #222222
statusline #dddddd
}
}
# Set background image # Set background image
exec --no-startup-id feh --bg-scale $HOME/.wallpapers/simplistic-mountain.jpg exec --no-startup-id feh --bg-scale $HOME/.wallpapers/simplistic-mountain.jpg
@ -189,10 +171,11 @@ exec --no-startup-id betterlockscreen -u $HOME/.wallpapers/blue-whale.png
exec --no-startup-id xset s 300 600 exec --no-startup-id xset s 300 600
exec --no-startup-id xss-lock $HOME/.config/i3/scripts/lock.sh exec --no-startup-id xss-lock $HOME/.config/i3/scripts/lock.sh
exec --no-startup-id fcitx5 -d
# Start applications # Start applications
exec --no-startup-id firefox
exec --no-startup-id code
exec --no-startup-id discord exec --no-startup-id discord
exec --no-startup-id slack exec --no-startup-id slack
exec --no-startup-id signal exec --no-startup-id signal
exec --no-startup-id spotify exec --no-startup-id spotify
exec --no-startup-id nextcloud --background

@ -1,16 +1,19 @@
[user] [user]
name = Rasmus Rosengren name = Rasmus Rosengren
email = rasmus.rosengren@protonmail.com email = rasmus.rosengren@protonmail.com
signingkey = C3BED1500C477BED signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEP0CuxJM6JUeeoD0+B1YqjlWJMyDBv75CPZVoodXRxN
[commit] [commit]
gpgsign = true gpgsign = true
[gpg]
format = ssh
[pull] [pull]
rebase = false ff = only
[init] [init]
defaultBranch = master defaultBranch = main
[pager] [pager]
diff = delta diff = delta

Loading…
Cancel
Save