This is a collection of Tyom’s dotfiles and settings.
Installation may take a few minutes as it will download and install a number of packages.
Setup can be run mulitple times. It will update if necessary.
Admin password will be required during the setup process.
$ git clone https://github.com/tyom/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ make install
sh -c "`curl -fsSL https://raw.githubusercontent.com/tyom/dotfiles/master/install.sh`"
These dotfiles are meant to be read-only. Additional configuration shoul be addedt to local dotfiles:
e.g.
[user]
name =Tyom Semonov
email = mailtyom.net
To configure iTerm settings set "Load preferences from a custom folder or URL" to iterm2
URL in this repo
~/.dotfiles/iterm2
To set some macOS default preferences run
`~/.dotfiles/macOS/set_defaults.sh`
To test dotfiles in sandbox use provided Docker image:
make test