Qu1etboy basic dotfiles to used across different machines
- Run the following command to bootstrap the new machine it will install the necessary tools and apps
curl -s https://raw.githubusercontent.com/qu1etboy/dotfiles/main/bootstrap.sh | bash
- Clone the repo or download as zip file and run the links.sh script to symlink the dotfiles into the right place on your machine
git clone [email protected]:Qu1etboy/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./links.sh
- Copy
template.gitconfig
and rename towork.gitconfig
to setup your work git configuration and modify the file to your needs
cp ~/.dotfiles/template.gitconfig ~/.dotfiles/work.gitconfig
- Run
docker-compose.yml
to start all basic development tools
docker-compose up -d
Or start individual services
docker-compose up -d <service-name>
bootstrap.sh
- Install the necessary tools and appsbrew/install.sh
- Install Homebrewinstall-deps.sh
- Install the necessary dependencies using brew
links.sh
- Symlink the dotfiles into the right place on your machine