diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f043054 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Mac Dotfiles + +Dotfiles for MacOS + +## Installation + +```bash +chmod +x ./scripts/*.sh +./scripts/setup-mac.sh +./scripts/omz.sh +./scripts/brew.sh +mkdir -p ~/.tmux/plugins +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +cp .tmux.conf ~/.tmux.conf +~/.tmux/plugins/tpm/bin/install_plugins +``` + +## MacOS System Preferences (setup-mac.sh) + +- Dock on the left with autohide +- Screenshots save to Downloads folder +- Hidden desktop items +- Finder with path bar and folder then file A-Z sorting +- Fast keyboard repeat + +## Dynamic iTerm2 colours depending on wallpaper via wal-item.py script + +```bash +cd iTerm +python3 -m venv .venv +source .venv/bin/activate +python3 -m pip install pywal16 haishoku +python3 wal-iterm.py ~/path/to/wallpaper.png +``` + +If you dont see any change make sure your default profile is set to wal |
