Skip to content

IgorKowalczyk/dotfiles

Repository files navigation

Dotfiles


⚡️ Installation

Before you start: If you have ~/.gitconfig file, please copy and paste your data to ~/dotfiles/git/gitconfig.local file (it will be created after installation). Don't forget to remove old ~/.gitconfig file! This file will be automatically included in new ~/.gitconfig file.

# Git clone with submodules
git clone --recurse-submodules https://github.com/igorkowalczyk/dotfiles

# Run install script
cd dotfiles && ./install.sh

source ~/.zshrc

Warning

Script will install Zsh with Oh My Zsh and Node Version Manager if not installed.

📦 Content

⁉️ Issues

If you have any issues with the page please create new issue here

📥 Pull Requests

When submitting a pull request:

  • Clone the repo.
  • Create a branch off of main and give it a meaningful name (e.g. my-awesome-new-feature).
  • Open a pull request on GitHub and describe the feature or fix.

📋 License

This project is licensed under the MIT. See the LICENSE file for details