Skip to content

OzzyCzech/dotfiles

Repository files navigation

OzzyCzech's dotfiles for macOS

This is a collection of my personal dotfiles for configuring macOS.

Install brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git zsh zsh-completions zed

To set zsh as your default shell with chsh command:

chsh -s /bin/zsh

Install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Clone this repo

First, you need to clone this repo and run the make sync command:

git clone git@github.com:OzzyCzech/dotfiles.git .dotfiles && cd $_ && make sync

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

Setup lock screen message

The lock screen message can help you to get your lost device back. Can be set by running the following command:

./defaults/ScreenMessage.sh " Roman Ožana • +420 605 783 455 • roman@ozana.cz"

Backup your settings

Backup .ssh keys

Do not forget to backup your .ssh keys, you can use the following command:

zip -r ~/Downloads/ssh.zip ~/.ssh

Backup application settings with Mackup

brew install mackup
mackup backup

Thanks for inspiration

About

This is a collection of my personal dotfiles for configuring macOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •