mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
update documentation
This commit is contained in:
parent
aaf687a225
commit
8adf22e128
46
README.md
46
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user