Add basic information of some files

This commit is contained in:
Jan Jastrow 2022-02-10 20:32:39 +01:00
parent 986593e3ab
commit 03e9e99f49
2 changed files with 18 additions and 2 deletions

View File

@ -6,4 +6,21 @@ Clone repo do your user directory
```~/.dotfiles```
and run ```./install.sh```
and run ```./install.sh```
## Explanation of files
- zsh/settings
Set up the zsh environment
- zsh/env
Add different folders with binaries to your $PATH and load the rest of my environment
- zsh/alias
You guessed it
- zsh/bindings
You guessed it
- zsh/scripts
Small custom shell scripts
- zsh/ffmpeg
FFmpeg helper scripts
- zsh/device-specific
Set settings/alias/etc only for this device and don't commit them

1
zshrc
View File

@ -9,7 +9,6 @@ autoload -U compinit && compinit
prompt fade red
# Load zsh settings
source $HOME/.dotfiles/credentials
source $HOME/.dotfiles/zsh/settings
# Define platform