Skip to content

JorgenKrieger/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dotfiles

Personal dotfiles for macOS, configured for my daily workflow.
Feel free to use them as inspiration for your own setup.

Note

These dotfiles are tailored for my personal use. They may need adjustments to work for your environment.

πŸ“š Essential knowledge

Warning

Dotfiles should only contain shareable configuration. System- or security-sensitive settings (e.g., private SSH keys, tokens) are not included here. All files are meant to be symlinked into the system.

General structure

zsh/               # Shell config
  β”œβ”€ config.d/     # Aliases, options, paths, plugins
  └─ autoloaded/   # Utility functions
lib/               # CLI helpers and partial system installers
hammerspoon/       # Window management and OS automation
Brewfile           # Tracked Homebrew packages
dotfiles           # Interactive CLI for install/update

πŸš€ Install

Before being able to clone the repo, we first need to setup git.

xcode-select --install

Next, clone this repository. Personal preference is to clone this into a directory representing the github user name.

mkdir -p $HOME/JorgenKrieger
git clone https://github.com/JorgenKrieger/dotfiles.git $HOME/JorgenKrieger/dotfiles
cd $HOME/JorgenKrieger/dotfiles
./dotfiles

The ./dotfiles command will run the installer, from where you can pick what parts you'd like to install.

What's included?

Category Apps
πŸ’» CLI zsh, zsh-syntax-highlighting, git, nodenv, homebrew
🎨 Design figma, touchdesigner
πŸ› οΈ Developments dbngin, ghostty, herd, orbstack, webstorm, postman, trae
πŸŽ™οΈ Chat discord, whatsapp
✨ Productivity 1password, arc, hammerspoon, hazel, mos, notion, notion mail, notion calendar, raycast

About

πŸ’» Automated configuration, preferences and software installer for macOS

Topics

Resources

License

Stars

Watchers

Forks