Skip to content

Qu1etboy/dotfiles

Repository files navigation

Qu1etboy's Dotfiles

Qu1etboy basic dotfiles to used across different machines

Installation

  1. 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
  1. 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 git@github.com:Qu1etboy/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./links.sh

Setup Git

  1. Copy template.gitconfig and rename to work.gitconfig to setup your work git configuration and modify the file to your needs
cp ~/.dotfiles/template.gitconfig ~/.dotfiles/work.gitconfig

Setup Basic Tools

  1. Run docker-compose.yml to start all basic development tools
docker-compose up -d

Or start individual services

docker-compose up -d <service-name>

Scripts

  • bootstrap.sh - Install the necessary tools and apps
    • brew/install.sh - Install Homebrew
    • install-deps.sh - Install the necessary dependencies using brew
  • links.sh - Symlink the dotfiles into the right place on your machine

Releases

No releases published

Packages

No packages published

Languages