update config files
This commit is contained in:
parent
ab27cd8583
commit
41392b5e11
@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Dan Suster
|
name = Dan Suster
|
||||||
email = dan@thegolem.cz
|
email = dan@thegolem.cz
|
||||||
signingkey = 8950CA05C8CEEB38
|
signingkey = dan@thegolem.cz
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[core]
|
[core]
|
||||||
|
|||||||
@ -2,6 +2,13 @@
|
|||||||
link:
|
link:
|
||||||
relink: true
|
relink: true
|
||||||
|
|
||||||
|
- create:
|
||||||
|
~/.ssh:
|
||||||
|
mode: 0700
|
||||||
|
~/.config/nvim:
|
||||||
|
~/.config/kitty:
|
||||||
|
~/.thunderbird:
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.gitconfig:
|
~/.gitconfig:
|
||||||
path: gitconfig
|
path: gitconfig
|
||||||
@ -18,13 +25,9 @@
|
|||||||
force: true
|
force: true
|
||||||
path: kitty.conf
|
path: kitty.conf
|
||||||
|
|
||||||
- create:
|
|
||||||
- ~/.ssh:
|
|
||||||
mode: 0700
|
|
||||||
- ~/.config/nvim
|
|
||||||
- ~/.thunderbird
|
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive, Installing submodules]
|
- [git submodule update --init --recursive, Installing submodules]
|
||||||
- [sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)", Installing OhMyZSH]
|
- [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 normal Word\x1b[H
|
||||||
#: map ctrl+alt+a send_text application Word\x1bOH
|
#: 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
|
||||||
|
|||||||
16
zshrc
16
zshrc
@ -8,9 +8,11 @@ fi
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
|
|
||||||
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="~/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
export PATH="~/.local/bin:$PATH"
|
export PATH="~/.local/bin:$PATH"
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
# Set name of the theme to load --- if set to "random", it will
|
# 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,
|
# 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
|
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||||
@ -75,12 +77,12 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git
|
plugins=(git
|
||||||
colorize
|
colorize
|
||||||
archlinux
|
archlinux
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
pip
|
pip
|
||||||
themes
|
themes
|
||||||
zsh-ssh
|
zsh-ssh
|
||||||
history-substring-search
|
history-substring-search
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user