24092024-1
This commit is contained in:
parent
beda89a241
commit
91ff389a40
3 changed files with 8 additions and 2 deletions
|
@ -14,7 +14,7 @@ ZSH_THEME="robbyrussell"
|
||||||
# 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 python tmux genpass web-search zsh-syntax-highlighting zsh-autosuggestions)
|
plugins=(git python tmux genpass web-search zsh-syntax-highlighting zsh-autosuggestions poetry)
|
||||||
|
|
||||||
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
|
fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
|
||||||
|
|
||||||
|
|
7
global/scripts/bin/backup_keys
Executable file
7
global/scripts/bin/backup_keys
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
backup_dir="$HOME/backup-keys-$(date +%d%m%Y%H%M%S)"
|
||||||
|
mkdir "$backup_dir"
|
||||||
|
cp -rf ~/.gnupg "$backup_dir/gnupg"
|
||||||
|
cp -rf ~/.ssh "$backup_dir/ssh"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../.dotfiles/global/scripts/vimwiki_diary_template
|
|
Loading…
Add table
Reference in a new issue