update config files
This commit is contained in:
parent
ab27cd8583
commit
41392b5e11
@ -1,7 +1,7 @@
|
||||
[user]
|
||||
name = Dan Suster
|
||||
email = dan@thegolem.cz
|
||||
signingkey = 8950CA05C8CEEB38
|
||||
signingkey = dan@thegolem.cz
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
4
zshrc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user