More stuffs
This commit is contained in:
parent
5c8a0c20e4
commit
9fd4e85b63
9 changed files with 499 additions and 44 deletions
|
@ -1,26 +1,26 @@
|
|||
# Listing
|
||||
source ~/dotfiles/zsh/aliases.d/list.zsh
|
||||
source ~/.zsh/aliases.d/list.zsh
|
||||
|
||||
# Grep
|
||||
source ~/dotfiles/zsh/aliases.d/grep.zsh
|
||||
source ~/.zsh/aliases.d/grep.zsh
|
||||
|
||||
# Tail
|
||||
source ~/dotfiles/zsh/aliases.d/tail.zsh
|
||||
source ~/.zsh/aliases.d/tail.zsh
|
||||
|
||||
# CD
|
||||
source ~/dotfiles/zsh/aliases.d/cd.zsh
|
||||
source ~/.zsh/aliases.d/cd.zsh
|
||||
|
||||
# Du/Find
|
||||
source ~/dotfiles/zsh/aliases.d/find.zsh
|
||||
source ~/.zsh/aliases.d/find.zsh
|
||||
|
||||
# Stuff
|
||||
source ~/dotfiles/zsh/aliases.d/stuff.zsh
|
||||
source ~/.zsh/aliases.d/stuff.zsh
|
||||
|
||||
# Interactive
|
||||
source ~/dotfiles/zsh/aliases.d/interactive.zsh
|
||||
source ~/.zsh/aliases.d/interactive.zsh
|
||||
|
||||
# Own
|
||||
source ~/dotfiles/zsh/aliases.d/own.zsh
|
||||
source ~/.zsh/aliases.d/own.zsh
|
||||
|
||||
# Transfer
|
||||
source ~/dotfiles/zsh/aliases.d/transfer.zsh
|
||||
source ~/.zsh/aliases.d/transfer.zsh
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
# Load Antigen
|
||||
source ~/.antigen/antigen.zsh
|
||||
|
||||
# Oh-My-ZSH Library
|
||||
antigen use oh-my-zsh
|
||||
|
||||
# Theme
|
||||
antigen theme pygmalion
|
||||
|
||||
# Load Plugins
|
||||
antigen bundles <<EOBUNDLES
|
||||
|
||||
gem
|
||||
bundler
|
||||
composer
|
||||
git
|
||||
pip
|
||||
vagrant
|
||||
docker
|
||||
python
|
||||
extract
|
||||
npm
|
||||
archlinux
|
||||
systemd
|
||||
systemadmin
|
||||
frontend-search
|
||||
gitignore
|
||||
command-not-found
|
||||
colored-man
|
||||
|
||||
EOBUNDLES
|
||||
|
||||
# Apply Config
|
||||
antigen apply
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue