Browse Source

Update README

master
Taylor Bockman 10 months ago
parent
commit
f2cfe734bb
  1. 15
      README.md

15
README.md

@ -10,6 +10,11 @@ file:
* `exports.zsh`: A file containing all exports not found in `zprofile`.
* `initializations.zsh`: A file containing initialization code for various tasks such as RVM directories, pyenv, etc.
* `ps1.zsh`: Defines the terminal prompt.
* `keybinds.zsh`: Defines keybinds. Easier than managing a dotfile for every different system you might try.
## Special keybinds
Caps lock will be mapped to escape using `xmodmap`. You may refer to `keybinds.zsh` for more detail.
## Supported Other Files
@ -28,4 +33,12 @@ to source both `git-completion.bash` and `git-completion.zsh` and adjust the scr
## Syntax Highlighting
If your ZSH version is greater than or equal to 4.11.3 fish-like syntax highlighting will be installed.
If your ZSH version is greater than or equal to 4.11.3 fish-like syntax highlighting will be installed.
## Generators
You can generate a project for C using `cgen <project_name> <cmake_version> <standard (99, 11, etc)>`.
## Fun
Typing `weather` into the command line will output your local weather to the terminal.

Loading…
Cancel
Save