OzzyCzech's dotfiles for macOS
brew
Install/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git zsh zsh-completions rclone zed
To set zsh
as your default shell:
chsh -s /bin/zsh
Oh My Zsh
Installsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Clone dotfiles
git clone [email protected]:OzzyCzech/dotfiles.git .dotfiles && cd $_ && make sync
Add private config
All private config can be saved in .extra
which you do not commit to this repo and just keep in your ~/
touch ~/.extra && zed ~/.extra
Settings
.ssh
keys
Backup your Do not forget to back up your .ssh
keys:
zip -r ~/Downloads/ssh.zip ~/.ssh
Mackup
Backup all your settings withbrew install mackup
mackup backup
Set lock screen Message
Lock screen message can be set with:
./defaults/ScreenMessage.sh " Roman Ožana • +420 605 783 455 • [email protected]"