mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
1.6.0 Add zsh
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# This is my personal collection of dotfiles, for usage on termux and manjaro (somewhere in future)
|
||||
# This is my personal collection of dotfiles, for usage on termux and arch
|
||||
|
||||
## Use GNU Stow for deploying
|
||||
|
||||
5
apt.sh
5
apt.sh
@@ -35,11 +35,14 @@ apt install bash \
|
||||
yarn \
|
||||
stow \
|
||||
man \
|
||||
git
|
||||
git \
|
||||
zsh
|
||||
|
||||
|
||||
pip install --upgrade pip
|
||||
pip install youtube-dl requests
|
||||
|
||||
curl https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||
|
||||
#TODO: Make a python install script
|
||||
#TODO: Rewrite for arch
|
||||
@@ -72,3 +72,5 @@ alias p="ping 1.1.1.1"
|
||||
|
||||
# Print each PATH entry on a separate line
|
||||
alias path='echo -e ${PATH//:/\\n}'
|
||||
|
||||
alias cantbebothered='git add -a && git commit -m $(curl -s http://whatthecommit.com/index.txt | uwuify | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) | lolcat ) && git push'
|
||||
11
zsh/.zshrc
11
zsh/.zshrc
@@ -1,21 +1,20 @@
|
||||
source ~/.zplug/init.zsh
|
||||
source ~/.aliases
|
||||
# Supports oh-my-zsh plugins and the like
|
||||
|
||||
zplug "plugins/git", from:oh-my-zsh
|
||||
zplug "plugins/colored-man-pages", from:oh-my-zsh
|
||||
zplug "plugins/command-not-found", from:oh-my-zsh
|
||||
zplug "plugins/web-search", from:oh-my-zsh
|
||||
zplug "plugins/tmux", from:oh-my-zsh
|
||||
zplug "plugins/urltools", from:oh-my-zsh
|
||||
|
||||
zplug "oldratlee/hacker-quotes"
|
||||
|
||||
zplug "plugins/thefuck", from:oh-my-zsh
|
||||
|
||||
zplug "modules/prompt", from:prezto
|
||||
# Load completion library for those sweet [tab] squares
|
||||
zplug "lib/completion", from:oh-my-zsh
|
||||
|
||||
# Misc. visual tweaks
|
||||
zplug "oldratlee/hacker-quotes"
|
||||
zplug "modules/prompt", from:prezto
|
||||
|
||||
# Syntax highlighting for commands, load last
|
||||
zplug "zsh-users/zsh-syntax-highlighting", from:github, defer:3
|
||||
zplug "zsh-users/zsh-autosuggestions", defer:3
|
||||
|
||||
Reference in New Issue
Block a user