My zsh env
Go to file
Jan a6df3fae57 Rewrite targz function 2022-10-11 13:42:09 +02: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 Rewrite targz function 2022-10-11 13:42: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