My zsh env
Go to file
Jan Jastrow 09b33a14a1 Create this-machine folder 2022-09-02 20:00:21 +02:00
ssh Optionally load files from second/private repo 2022-02-10 21:15:29 +01:00
tmux Add option to load local settings 2022-09-02 19:57:23 +02:00
zsh copy all streams 2022-08-07 20:57:09 +02: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 Create this-machine folder 2022-09-02 20:00:21 +02:00
zshrc Change from device-specific to this-machine folder 2022-09-02 19:54:52 +02: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