2024-12-23 20:25:07 +01:00
2024-12-19 18:04:08 +01:00
2023-06-10 21:41:11 +02:00
2024-12-23 20:25:07 +01:00
2024-11-01 22:21:45 +01:00
2024-06-23 01:40:04 +02:00
2024-07-05 10:33:12 +02:00
2023-02-25 15:03:22 +01:00
2023-06-08 15:52:11 +02:00
2024-08-11 01:37:12 +02:00

.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 - not only for zsh, but also other CLI tools.

Install

Clone repo do your user directory

~/.dotfiles

and run ./install.sh

Definition for each file

  • zsh/settings
    Basic zsh settings
  • zsh/env
    Adds additional folders to the $PATH + the rest of the environment
  • zsh/alias
    Aliases and shortcuts
  • zsh/bindings
    Custom key bindings; mostly unused
  • zsh/scripts
    Small custom shell scripts & functions
  • zsh/ffmpeg
    FFmpeg helper functions
  • tmux/tmux.conf
    Settings for my tmux environment
  • ssh/settings
    Defaults for SSH connections
  • nanorc
    Settings for the nano editor
  • this-machine/zsh
    Preferences that only apply to the current machine (git-exluded)
  • this-machine/tmux.conf
    Preferences that only apply to the current machine (git-exluded)
Description
Languages
Shell 100%