This repository contains my dotfiles.
git, curl, ps, gcc is required to install the dotfiles. They are usually pre-installed on macOS with command line tools.
If you are using Linux, you can install them with the following commands:
sudo apt install git curl procps build-essentialClone the repository and run install.sh script.
git clone https://github.com/aemr3/dotfiles.git .dotfiles
cd .dotfiles
./install.shIt will install brew, zsh, oh-my-zsh, tmux, neovim, and other tools and create symlinks in your home directory to the files in this repository.