diff --git a/.antigenrc b/.antigenrc new file mode 100644 index 0000000..7d4c86b --- /dev/null +++ b/.antigenrc @@ -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 diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..cf37ee6 --- /dev/null +++ b/.zshrc @@ -0,0 +1,4 @@ +source "/home/lemon/antigen.zsh" +antigen init ~/.antigenrc +bindkey "^[[7~" beginning-of-line +bindkey "^[[8~" end-of-line diff --git a/wallpaper.png b/wallpaper.png new file mode 100644 index 0000000..ba5d864 Binary files /dev/null and b/wallpaper.png differ