Personal dotfiles for my Red Ventures work Macbook.
Clone this repo to ~/.dotfiles
then follow instructions below.
Install required tools and apps with brew
.
cd ~/.dotfiles
brew bundle
Set Zsh configuration.
ln -s ~/.dotfiles/zsh ~/.zsh
ln -s ~/.dotfiles/zshrc ~/.zshrc
Set git configuration file including global .gitignore
file.
ln -s ~/.dotfiles/gitconfig ~/.gitconfig
ln -s ~/.dotfiles/gitignore_global ~/.gitignore_global
Set config file for starship prompt.
ln -s ~/.dotfiles/starship.toml ~/.config/starship.toml
Set config dir for neovim.
ln -s ~/.dotfiles/nvim ~/.config/nvim
Set config file for amethyst tiling window manager.
ln -s ~/.dotfiles/amethyst.yml ~/.amethyst.yml
Pipx will be installed via Brew. Follow instructions on pipx and poetry websites to complete installation.
pipx ensurepath
pipx install argcomplete
pipx install poetry