/dotfiles

Config files for zsh, bash, git, completions etc. to set up a system the way I like it.

Primary LanguagePythonMIT LicenseMIT

⚙️ Niklas’s dotfiles!

Config files for zsh, bash, git, completions etc. to set up a system the way I like it. Nothing fancy here.

Setup

Requirements

Set zsh as your default shell:

sudo chsh -s $(which zsh)

Setting up your Mac

  • Update macOS to the latest version with the App Store;
  • Install Xcode from the App Store, open it and accept the license agreement;

Install

  • Clone onto your machine:
git clone git://github.com/niklaskappler/dotfiles.git ~/.dotfiles
  • Install the dotfiles:
~/.dotfiles/install.sh

Restart your computer and enjoy your new configuration! ✌🏻

Inspired by:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Misc