Skip to content

Latest commit

History

History
executable file
60 lines (45 loc) 路 2.65 KB

README.md

File metadata and controls

executable file
60 lines (45 loc) 路 2.65 KB

Dotfiles: Developer's Setup

Welcome to my developer setup dotfiles repository.

Here, you'll find a curated collection of configurations and settings tailored to enhance your development environment.

This repository encompasses various aspects, including Shell configurations, MacOS settings, Laravel Valet setup, and more.

鈿狅笍 Please exercise caution when using these dotfiles.

They are configured to match my personal preferences, and it's crucial to understand the code before executing any scripts to avoid unintended consequences.

Getting Started

To get started, follow the following steps:

  1. Download the repository as a zip archive
  2. Move this to your preferred location. I typically use mv $HOME/Downloads/dotfiles-main $HOME/dotfiles
  3. Make sure your in your root user folder, e.g. ~ or $HOME
  4. First run the system script, using: ./dotfiles/install-system.sh, this will run the following scripts:
  5. Restart your system to let all settings take effect
  6. Now you can run the second install script dev-env, using: ./dotfiles/install-dev-env.sh, this will run the following scripts:

What's Inside

Each folder within this repository is accompanied by a detailed README file, providing insights into the specific configurations and settings it contains.

Feel free to explore and adapt them to suit your development needs.

Inspirations and Acknowledgments

I'd like to acknowledge the following individuals and projects that have inspired or contributed to the development of these dotfiles:

Thank you for exploring my dotfiles. I hope you find them beneficial in enhancing your development environment.