/dotfiles

Gabriel's config files (zsh, tmux, git, etc) + backups, homebrew and mac m1 setup.

Primary LanguageShell

Gabriel's dotfiles

My dotfiles, based on Mathias’s dotfiles.

This config uses zsh and oh-my-zsh. If you want to change your shell to zsh, install it and run chsh -s $(which zsh).

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need.

Instructions

Read all scripts before executing them.

  1. Configure iCloud, Dropbox, SSH, Setapp, etc.
  2. git clone https://github.com/gabrielkoerich/dotfiles.git
  3. sh macos.sh to configure macos
  4. sh install.sh to install dependencies and console apps
  5. sh fonts.sh to install fonts
  6. sh cask.sh to install cask apps
  7. sh cron.sh to install the schedule tasks
  8. sh sync.sh to sync the dotfiles
  9. Run mackup restore to restore app settings

To update the dotfiles, run step 8 again.

License

The MIT License (MIT)

Copyright (c) Gabriel Koerich

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.