Skip to content

dotzero/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotzero dotfiles

Set computer name

sudo scutil --set ComputerName "0x6D746873"
sudo scutil --set HostName "0x6D746873"
sudo scutil --set LocalHostName "0x6D746873"
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "0x6D746873"

Generating a new SSH key

ssh-keygen -t ed25519 -C "your_email@example.com"
nano ~/.ssh/config

Add the following lines:

AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519

Install dotfiles

git clone git@github.com:dotzero/dotfiles.git ~/.0

Bootstrap dotfiles

~/.0/bootstrap
~/.0/macos

Update

selfupdate

About

:octocat: macOS environment: zsh, Oh My Zsh, Git, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published