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