These are the dotfiles for my macOS setup. The dotfiles are managed by GNU Stow.
- Zsh Shell
zsh-autosuggestions
andzsh-syntax-highlighting
plugins- Spaceship prompt
- tmux
- tmuxp
- Hammerspoon
- Karabiner Elements
- Git Configs
- macOS defaults
- homebrew bundles
$ brew install stow
$ git clone git@github.com:francoiscote/dotfiles-macos.git ~/.dotfiles
Create the symbolic links for each feature you need. Watch out, some folders have a README.md with custom installation instructions
$ cd ~/.dotfiles
$ stow git
$ stow tmux
$ stow ...
Make the content of ~/.scripts
executable
$ sudo chmod +x ~/.scripts/\*
-
install XCode command line tools
xcode-select --install
-
install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
-
brew install stow
-
checkout
dotfiles-private
using https- using https
stow localrc ssh tmuxp
- fix permissions on
.ssh
-
checkout
dotfiles
stow ...
-
install brew packages bundle
brew bundle --global
-
brew install starship
-
checkout git projects in "Code"