This repository contains my personal dotfiles and scripts.
- Neovim - text editor
- Tmux with custom sessionizer script - terminal multiplexer
- Zsh - shell
- Aerospace - i3-like tiling window manager
- Sketchybar - customizable status bar
- Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
- Clone repo into new hidden directory.
git clone git@github.com:hoolek77/dotfiles.git ~/.dotfiles
- Install Homebrew, followed by the software listed in the Brewfile.
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Then run the bundle command in the dotfiles directory
cd ~/.dotfiles && brew bundle
- Create symlinks with Stow.
cd ~/.dotfiles && stow --target $HOME .