IgorKowalczyk / dotfiles

πŸ“¦ All my ~/.dotfiles

Home Page:https://igorkowalczyk.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“¦ All my ~/.dotfiles

https://igorkowalczyk.dev/

License:MIT License


Languages

Language:Shell 100.0%