My zsh env
Go to file
Jan Jastrow 84f24a8173 Fix script, duh 2022-05-19 15:51:05 +02:00
ssh Optionally load files from second/private repo 2022-02-10 21:15:29 +01:00
tmux Remove old tmux configs 2022-04-19 15:43:16 +02:00
zsh Fix script, duh 2022-05-19 15:51:05 +02:00
.gitignore Added gitignore (don't backup history) 2022-02-10 20:16:45 +01: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 All hail TMUX 2022-04-19 15:34:47 +02:00
zshrc Fix typo and indentation 2022-02-20 17:58:58 +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