|
|
@ -10,6 +10,11 @@ file: |
|
|
|
* `exports.zsh`: A file containing all exports not found in `zprofile`. |
|
|
|
* `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. |
|
|
|
* `initializations.zsh`: A file containing initialization code for various tasks such as RVM directories, pyenv, etc. |
|
|
|
* `ps1.zsh`: Defines the terminal prompt. |
|
|
|
* `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 |
|
|
|
## Supported Other Files |
|
|
|
|
|
|
|
|
|
|
@ -29,3 +34,11 @@ to source both `git-completion.bash` and `git-completion.zsh` and adjust the scr |
|
|
|
## Syntax Highlighting |
|
|
|
## 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. |
|
|
|