Skip to content

inf1nite-lo0p/dotfiles

Repository files navigation

Dotfiles

Configuration files for my development environment.

Setup

To set up your environment with these dotfiles, follow these steps:

  1. Clone the repository to your home directory:

    git clone https://github.com/inf1nite-lo0p/dotfiles.git ~/dotfiles
  2. Navigate to the dotfiles directory:

    cd ~/dotfiles
  3. Run the setup script to create the necessary symbolic links:

    ./setup.sh
  4. Create .extra file

    # Git credentials
    # Not in the repository, to prevent people from accidentally committing under my name
    GIT_AUTHOR_NAME="Your name"
    GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
    git config --global user.name "$GIT_AUTHOR_NAME"
    GIT_AUTHOR_EMAIL="[email protected]"
    GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
    git config --global user.email "$GIT_AUTHOR_EMAIL"

About

🏠 My home directory dotfiles in Unix.

Topics

Resources

Stars

Watchers

Forks

Languages