Skip to content

Dotfiles Setup Script for macOS Development Environment.

License

Notifications You must be signed in to change notification settings

webkinder/dotfiles

Repository files navigation

macOS Dotfiles Setup

  1. Run the following command in your terminal to install the Command Line Tools for Xcode:
sudo touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress && sudo softwareupdate -i "$(softwareupdate -l | grep -B 1 -E 'Command Line Tools' | awk -F'*' '/^ *\\*/ {print $2}' | sed -e 's/^ *Label: //' -e 's/^ *//' | sort -V | tail -n1)" && sudo rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
  1. Clone this repository into your Documents folder:
cd ~/Documents && git clone https://github.com/webkinder/dotfiles.git && cd ./dotfiles
  1. Run the script by typing ./install in your terminal.
  2. Add phpmyadmin to laravel valet by executing the following command:
cd $(brew --prefix phpmyadmin)/share/phpmyadmin && valet link && valet secure phpmyadmin && cd
  1. Set $cfg['Servers'][$i]['AllowNoPassword'] to true in the config.inc.php file:
vim $(brew --prefix phpmyadmin)/share/phpmyadmin/config.inc.php
  1. Create a SSH key pair. Replace [email protected] with your email address:
ssh-keygen -t ed25519 -a 100 -C "[email protected]"

About

Dotfiles Setup Script for macOS Development Environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published