update config files

This commit is contained in:
Dan Suster 2022-07-09 17:33:20 +02:00
parent ab27cd8583
commit 41392b5e11
Signed by: dan
GPG Key ID: 8950CA05C8CEEB38
4 changed files with 22 additions and 15 deletions

View File

@ -1,7 +1,7 @@
[user]
name = Dan Suster
email = dan@thegolem.cz
signingkey = 8950CA05C8CEEB38
signingkey = dan@thegolem.cz
[commit]
gpgsign = true
[core]

View File

@ -2,6 +2,13 @@
link:
relink: true
- create:
~/.ssh:
mode: 0700
~/.config/nvim:
~/.config/kitty:
~/.thunderbird:
- link:
~/.gitconfig:
path: gitconfig
@ -18,13 +25,9 @@
force: true
path: kitty.conf
- create:
- ~/.ssh:
mode: 0700
- ~/.config/nvim
- ~/.thunderbird
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)", Installing OhMyZSH]
- [git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k, Installing powerlevel10k theme]
- git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom/themes/powerlevel10k}
- git clone https://github.com/sunlei/zsh-ssh ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-ssh

View File

@ -1179,7 +1179,9 @@ term xterm-kitty
#: map ctrl+alt+a send_text normal Word\x1b[H
#: map ctrl+alt+a send_text application Word\x1bOH
map ctrl+f launch --type=overlay --stdin-source=@screen_scrollback /usr/bin/fzf --no-sort --no-mouse --exact -i
#: }}}
# }}}
include ./nord.conf

4
zshrc
View File

@ -8,9 +8,11 @@ fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export XDG_CONFIG_HOME="$HOME/.config"
# Path to your oh-my-zsh installation.
export ZSH="~/.oh-my-zsh"
export ZSH="$HOME/.oh-my-zsh"
export PATH="~/.local/bin:$PATH"
export GPG_TTY=$(tty)
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME