Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 937 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 937 Bytes

dots ⚙️

Dotfiles Organize, Transfer & Sync

Setup 🏗️

Recommended to use with GNU stow.

  1. Clone the repository:

    git clone https://github.com/8hantanu/dots.git
  2. Install GNU Stow (if not already installed):

    # Using apt (on Debian/Ubuntu)
    sudo apt install stow
    # Using brew (on macOS)
    brew install stow
  3. Change to the dots directory:

    cd dots
  4. Use GNU Stow to symlink the config files to home directory:

    stow .

Includes 📦

The repo has following configs:

  • .vimrc - vim config
  • .tmux.conf - tmux configuration file.

Feedback 📝

Any ideas, suggestions, or feedback regarding dots, please feel free to open an issue on the repository.

Also share any config tips/tricks.

License 📃

Open-source licensed under the MIT license.