2022-02-12 00:19:28 +01:00
|
|
|
# .dotfiles
|
2022-02-10 20:11:56 +01:00
|
|
|
|
2022-02-10 20:38:51 +01:00
|
|
|
I moved from ```bash``` to ```zsh``` as my daily-driver a few years ago.
|
|
|
|
Since then I have collected some neat settings, scripts, aliases and other niceties.
|
|
|
|
|
2022-02-10 20:11:56 +01:00
|
|
|
## Install
|
|
|
|
|
2022-02-10 20:12:48 +01:00
|
|
|
Clone repo do your user directory
|
2022-02-10 20:11:56 +01:00
|
|
|
|
2022-02-10 20:12:48 +01:00
|
|
|
```~/.dotfiles```
|
|
|
|
|
2022-02-10 20:32:39 +01:00
|
|
|
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
|
2022-02-12 00:19:28 +01:00
|
|
|
Custom key bindings, but not really in use at the moment
|
2022-02-10 20:32:39 +01:00
|
|
|
- zsh/scripts
|
|
|
|
Small custom shell scripts
|
|
|
|
- zsh/ffmpeg
|
|
|
|
FFmpeg helper scripts
|
2022-02-12 00:17:59 +01:00
|
|
|
- zsh/device-specific
|
2022-02-10 20:32:39 +01:00
|
|
|
Set settings/alias/etc only for this device and don't commit them
|