brunoxd13 / my-dotfiles

2 stars 3 forks source link

my-dotfiles

Look at my greatest creation. This dotfiles allow me to be highly productive in my long hours of work !

What does this configuration contain?

This configuration allows you to quickly install tools that allow you to develop. It contains for example tools for git, text editors, communication tools, testing tools, virtualization and dockerization tools, debugging tools, storage. (see /homebrew/apps.sh)

Files Structure

├── homebrew
│   ├── apps.sh
│   └── install.sh
├── macos
│   └── defaults.sh
├── README.md
├── start.sh
└── zsh

How to use ?

Clone repository

git clone https://github.com/brunoxd13/my-dotfiles

This scripts run to update your macOS and install developers tools.

cp ./my-dotfiles/zsh/.zshrc $HOME/.zshrc

Warning

This repository contains tools that allow you to quickly install applications that speed up the development process. Please check all files before installing or configuring these files on your respective computer.