My zsh env
Go to file
Jan Jastrow 23e25b0b2e Add ffmpeg AR test function 2023-02-12 19:54:49 +01:00
ssh Optionally load files from second/private repo 2022-02-10 21:15:29 +01:00
tmux Change default tmux bar color to match zsh 2022-09-02 20:09:31 +02:00
zsh Add ffmpeg AR test function 2023-02-12 19:54:49 +01:00
.gitignore Change from device-specific to this-machine folder 2022-09-02 19:54:52 +02:00
LICENSE Initial commit 2022-02-10 19:55:11 +01:00
ReadMe.md minor description update 2022-02-12 00:19:28 +01:00
install.sh Update scripts - thx to shellcheck.net 2022-11-13 19:19:00 +01:00
zshrc Update scripts - thx to shellcheck.net 2022-11-13 19:19:00 +01:00

ReadMe.md

.dotfiles

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.

Install

Clone repo do your user directory

~/.dotfiles

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
    Custom key bindings, but not really in use at the moment
  • 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