• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    Shell
  • Created almost 11 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

OzzyCzech's dotfiles for macOS

Install brew

/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

Install Oh My Zsh

sh -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

Backup your .ssh keys

Do not forget to back up your .ssh keys:

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

Backup all your settings with Mackup

brew 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]"

Thanks for inspiration

More Repositories

1

potrans

Command line tool for translate Gettext with Google Translator API or DeepL API
PHP
86
star
2

icalparser

Simple ical parser for PHP
PHP
59
star
3

mock-to-openapi

Cli tool (and library) for converting JSON mock objects to OpenAPI schemas
JavaScript
32
star
4

fromArray

fromArray trait allow create objects instances loaded with initial data array
PHP
7
star
5

config

Fastest PHP config ever
PHP
7
star
6

events

Simple event dispatching library for PHP
PHP
6
star
7

routing

Ultra simple and fast (only 5 functions!!!) route => callback mapper for PHP
PHP
6
star
8

subreddit-image-downloader

Download all images in subreddit with simple bash script
Shell
5
star
9

cmd-dialog

Command dialog and keyboard shortcuts palette for web apps.
TypeScript
5
star
10

gpsrinex

Parse GPS navigation messages in the RINEX format
PHP
3
star
11

ozzyczech.cz

My personal notes...
JavaScript
3
star
12

MHO-C401

Read Temperature and Huminidy from MHO-C401 with Python3
Python
2
star
13

omSocialLogin

Facebook, Twitter, Google, LinkedIn login for Wordpress
PHP
2
star
14

webpack-the-right-way

An example how to Configure Webpack for development / production env
JavaScript
2
star
15

url

Simple and fast PHP library to parse and manipulate with URLs
PHP
2
star
16

wticons

Website development and technology icons bundle
JavaScript
2
star
17

bluesky-icon

Bluesky icon
JavaScript
2
star
18

pux-to-html

Read 1Password (1PUX) format and generate plain HTML output
JavaScript
1
star
19

wplugins

Common elements for Wordpress plugins
PHP
1
star
20

heiconvert

Convert any image to heic
Swift
1
star
21

wpdocument

Wordpress document model
PHP
1
star
22

omZoom

Wordpress plugin for zooming images like Medium
JavaScript
1
star
23

wpoptions

Wordpress options storage
PHP
1
star
24

opml

My OPML backup
1
star
25

tailwind-dropdowns

Simple dropdown with Tailwind and Vanilla JS
HTML
1
star
26

colors.sh

Simple colors for your bash scripts
Shell
1
star