update documentation

feature/symbol-search
bretello 2020-12-06 02:29:30 +01:00
parent aaf687a225
commit 8adf22e128
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 28 additions and 18 deletions

View File

@ -7,14 +7,15 @@ A set of zsh dotfiles based on antibody and oh-my-zsh
├── README.md ├── README.md
├──────── Main files ──────── ├──────── Main files ────────
│ ├── aliases.sh │ ├── aliases.sh
│ │ └── aliases definitions (sources `~/.dotfiles_aliases`) │ │     └── aliases definitions (sources `~/.dotfiles_aliases`)
│ ├── colors.sh │ ├── colors.sh
│ │ └── ANSI color escapes │ │     └── ANSI color escapes
│ ├── functions.sh │ ├── functions.sh
│ │ └── contains function definitions (sources `~/.dotfiles_functions`) │ │     └── contains function definitions (sources `~/.dotfiles_functions`)
│ ├── install.sh │ ├── install.sh
│ │ └── main install script │ │     └── main install script
│ └── brethil_dotfile.sh: This file should be sourced by your `.zshrc` │ └── brethil_dotfile.sh:
      └── This file should be sourced by your `.zshrc`
├──────── antibody plugins ──────── ├──────── antibody plugins ────────
│ ├── antibody_plugins_arch.txt │ ├── antibody_plugins_arch.txt
│ └── antibody_plugins.txt │ └── antibody_plugins.txt
@ -23,24 +24,33 @@ A set of zsh dotfiles based on antibody and oh-my-zsh
│ └── brethil-minimal.zsh-theme │ └── brethil-minimal.zsh-theme
├──────── Misc rc files──────── ├──────── Misc rc files────────
│ ├── gitconfig │ ├── gitconfig
│ │ └── git configuration │ │     └── git configuration
│ ├── ackrc │ ├── ackrc
│ │ └── `ack`'s rc: a grep-like text finder │ │     └── `ack`'s rc: a grep-like text finder
│ ├── ipython │ ├── ipython
│ │   ├── profile_default │ │     ├── profile_default
│ │   ├── ipython_config.py │ │     ├── ipython_config.py
│ │   ├── startup │ │     ├── startup
│ │   ├── 11-autoreload.py │ │     ├── 11-autoreload.py
│ │   └── README │ │     └── README
│ ├── vimrc │ ├── vim
│ │ └── powered by `vim-plug` │ │    ├── vimrc
│ ├── twilight256.vim │ │    │ └── main vim rc
│ │ └── vim's colorscheme │ │    ├── plugs.vim
│ │    │ └── plugins to be installed with vim-plug
│ │    ├── plugins_config.vim
│ │    │ └── plugins configuration
│ │    ├── shortcuts.vim
│ │    │ └── vim shortcuts definitions
│ │    ├── functions.vim
│ │    │ └── miscellaneous vim function
│ │    └── twilight256.vim
│ │      └── an old colorscheme
│ └── pdbrc.py │ └── pdbrc.py
│ . └── pdb++'s rc (a drop-in replacement for pdb)      └── pdb++'s rc (a drop-in replacement for pdb)
├──────── Other ───────────── ├──────── Other ─────────────
├── check_for_update.sh ├── check_for_update.sh
│ └── selfupdate script      └── selfupdate script
└── useful_commands └── useful_commands
## Installation ## Installation