Skip to content

abdounikarim/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install your Mac OS tools

Install tools

Install Task

sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
task install

If you want to use gpg to sign your git commits, check the GPG section.

Update tools

gtask update

You can run gtask from anywhere in your terminal.

Remove tools

task uninstall

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

Languages