itmecho / dotfiles-mac

MacOS dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS Dotfiles

Setup

  1. Install requirements via homebrew
brew install yabai skhd alacritty starship fish stow
  1. Install neovim from the master branch
git clone https://github.com/neovim/neovim
cd neovim
make
sudo make install
  1. Clone this repository somewhere in your home folder. I use ~/.dotfiles
git clone https://github.com/itmecho/dotfiles-mac ~/.dotfiles
  1. Symlink config files for each application using stow. I prefer to remove any existing files so that the whole folder will get symlinked
cd ~/.dotfiles
stow alacritty # for example

About

MacOS dotfiles


Languages

Language:Lua 60.8%Language:Shell 29.1%Language:Python 10.1%