Skip to content

abdounikarim/macos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install your Mac OS tools

Install tools

make install

Update tools

make update

Configure Github or Gitlab SSH access

Generate an ssh key locally :

ssh-keygen -t rsa -C "email@example.com"

Show public key :

cat ~/.ssh/id_rsa.pub

Add this key in Github or Gitlab

Synchronise Brave

Synchronise PHPStorm

Remove tools

Customize .plist file

  1. Copy the file you want from ~/Library/Preferences
  2. Convert the file to be readable by your text editor :
plutil -convert xml1 com.googlecode.iterm2.plist
  1. Make changes in your editor and save
  2. Convert the file into binary
plutil -convert binary1 com.googlecode.iterm2.plist
  1. Copy the updated file into ~/Library/Preferences
  2. Relaunch your application and show your new configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published