Add shell files

This commit is contained in:
lemon-sh 2021-09-03 22:27:04 +02:00
parent f48149202c
commit 807117be69
3 changed files with 17 additions and 0 deletions

13
.antigenrc Normal file
View File

@ -0,0 +1,13 @@
# Load oh-my-zsh library
antigen use oh-my-zsh
# Load bundles from external repos
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
# Select theme
antigen theme half-life
# Tell Antigen that you're done
antigen apply

4
.zshrc Normal file
View File

@ -0,0 +1,4 @@
source "/home/lemon/antigen.zsh"
antigen init ~/.antigenrc
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line

BIN
wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB