Dotfiles to backup, restore, and sync my preferences and settings.
Clone the repository in the $HOME folder:
cd ~
git clone https://github.com/HofmannZ/.dotfiles.git
cd .dotfiles
Run the install.sh
script list this:
./scripts/install.sh
Next, sign into the App Store app and run:
./scripts/setup_mac_apps.sh
In VS code press Command + Shift + P
and search for install code
in path.
Next, you can configure some extensions:
./scripts/setup_editor.sh
Then, setup Keybase providing chained proof. Once setup, find the public PGP fingerprint by running:
keybase pgp list
(optional) Run the gpg setup script providing the PGP fingerprint:
./scripts/setup_gpg.sh 74432C545A2B88C97E7A02548EE0CAC87C95D82F
Yeah, thats my public PGP fingerprint, check it out on Keybase.
That's it 🚀!
To update your system you can run the following command for anywhere:
sysup
-
Run:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer; sudo xcodebuild -runFirstLaunch; sudo xcodebuild -license
. -
Run:
sudo gem install cocoapods
-
Launch Android studio.
-
Install the SDK command-line tools.
-
Setup and AVD.
-
Run
flutter doctor --android-licenses
.
If you get the following question on startup:
Ignore insecure directories and files and continue [y] or abort compinit [n]?
You shoud try to run:
compaudit | xargs chmod g-w
In case gems are out of date:
sudo gem update --system -n /usr/local/bin && sudo gem update -n /usr/local/bin