Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup your Macbook

  1. Download this repository as .zip
  2. Uncompress the zip file
  3. Execute script update.sh
  4. Done!
sh -c "$(curl -fsSL https://raw.githubusercontent.com/juanmsl/setup-macbook/refs/heads/master/update.sh)"

Important commands to update

Encrypt file

openssl bf -a -salt -in file -out file.encrypt

Decrypt file

openssl bf -d -a -in file.encrypt -out file

Create ssh key

ssh-keygen -t rsa -b 4096 -C name -f $HOME/.ssh/id_rsa_name -N ""

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages