Compare commits
3 Commits
960c8a4f78
...
85490e788d
Author | SHA1 | Date | |
---|---|---|---|
85490e788d | |||
60844698a0 | |||
90e0eb5020 |
@ -2,6 +2,7 @@ README.md
|
|||||||
.config/nvim/README.md
|
.config/nvim/README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
{{ if eq .chezmoi.os "darwin" }}
|
{{ if eq .chezmoi.os "darwin" }}
|
||||||
|
.msmtprc
|
||||||
.muttrc
|
.muttrc
|
||||||
.msmtprc
|
.msmtprc
|
||||||
.Xresources
|
.Xresources
|
||||||
|
@ -28,6 +28,7 @@ bold_font BrutalistMono Nerd Font Regular
|
|||||||
|
|
||||||
font_size 16.0
|
font_size 16.0
|
||||||
|
|
||||||
|
text_composition_strategy 1.0
|
||||||
#: Font size (in pts)
|
#: Font size (in pts)
|
||||||
|
|
||||||
# adjust_line_height 0
|
# adjust_line_height 0
|
||||||
@ -336,7 +337,7 @@ inactive_tab_background #32302f
|
|||||||
#: Color scheme {{{
|
#: Color scheme {{{
|
||||||
|
|
||||||
foreground #ebdbb2
|
foreground #ebdbb2
|
||||||
background #282828
|
background #1b1b1b
|
||||||
|
|
||||||
#: The foreground and background colors
|
#: The foreground and background colors
|
||||||
|
|
||||||
|
@ -42,6 +42,12 @@ ForwardAgent no
|
|||||||
User jan
|
User jan
|
||||||
ProxyJump cshpc
|
ProxyJump cshpc
|
||||||
|
|
||||||
|
Host monitoring-test
|
||||||
|
Hostname monitoring-test.nhr.fau.de
|
||||||
|
ForwardAgent no
|
||||||
|
User jan
|
||||||
|
ProxyJump cshpc
|
||||||
|
|
||||||
Host gondor
|
Host gondor
|
||||||
Hostname 192.168.178.60
|
Hostname 192.168.178.60
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
|
@ -23,6 +23,10 @@ zle -N zle-line-init
|
|||||||
zle -N zle-keymap-select
|
zle -N zle-keymap-select
|
||||||
export KEYTIMEOUT=1
|
export KEYTIMEOUT=1
|
||||||
|
|
||||||
|
function ll {
|
||||||
|
cd "$(llama "$@")"
|
||||||
|
}
|
||||||
|
|
||||||
plugins={{ .plugins }}
|
plugins={{ .plugins }}
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user