Skip to content

hoolek77/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

This repository contains my personal dotfiles and scripts.

Setup screenshot

Core of the workflow

  1. Neovim - text editor
  2. Tmux with custom sessionizer script - terminal multiplexer
  3. Zsh - shell
  4. Aerospace - i3-like tiling window manager
  5. Sketchybar - customizable status bar

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
git clone git@github.com:hoolek77/dotfiles.git ~/.dotfiles
  1. 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
  1. Create symlinks with Stow.
cd ~/.dotfiles && stow --target $HOME .