- Text editor: Neovim
- Window manager: Aerospace
- Terminal: Wezterm
- Prompt: Oh-my-posh
- Font: Jetbrains Mono NL
- Install Homebrew by copying the command below and following the instructions.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Once you have followed the instructions and restarted your terminal, run the following command to confirm Homebrew was installed properly:
brew doctorIf everything went well, the above command should output Your system is ready to brew.
- Install git:
brew install git- Configure git by following the First-Time Git Setup guide:
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config --global core.editor nvim
git config --global init.defaultBranch main- Generate and add a new SSH key to your Github account using this handy guide.
- Clone this repository in your home directory:
# inside ~, run:
git clone git@github.com:maualvm/dotfiles.gitcdinto the cloned repository:
# inside ~
cd dotfiles- Install all necessary tools using the included
Brewfileby running:
brew bundle- Make a symlink to this folder using GNU Stow:
# inside ~/dotfiles, run:
stow .- Install Mac Mouse Fix and Better Display by following the instructions.
You're done!
- Plugin manager: lazy.nvim
- Colorscheme: catppuccin
- File browser: oil.nvim
- File picker: fzf-lua
- Statusline: lualine.nvim
- Git: fugitive.vim
- Autocomplete: nvim-cmp + Github Copilot