Skip to content

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

Notifications You must be signed in to change notification settings

OzzyCzech/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OzzyCzech's dotfiles for macOS

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

Before you start

You need to install Homebrew first:

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

then some basic tools:

brew install git zsh zsh-completions antidote zed
  • Zsh - shell designed for interactive use
  • Zsh Completions - additional completion definitions for Zsh
  • Oh My Zsh - framework for managing your Zsh configuration
  • Antidote - fast zsh plugin manager
  • Git - version control system
  • Zed - code editor for the 21st century

and set zsh as your default shell:

chsh -s /bin/zsh

Dotfiles installation

git clone [email protected]:OzzyCzech/dotfiles.git ~/.dotfiles && cd $_ && make

Docs

Setup defaults

There is a bunch of setup scripts in the setup directory. You can run them one by one:

source ./setup/defaults.zsh

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:

set-lock-message " Roman Ožana • +420 605 783 455 • [email protected]"
set-screen-capture ~/Downloads

Backup .ssh keys

Do not forget to back up 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

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

  •  
  •  
  •  
  •