Skip to content

harshv5094/dotfiles-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔨 My Dotfiles

⚠️ Warning: Don't blindly use my setup unless you know what it is. Use it at your own risk!

Table of Contents

Introduction

My setup is inspired from craftzdog's setup. This setup contains some of his configuration with my customization mixed in it.

Font Dependancy

Some configuration needs nerd fonts to properly show icons. You can download the font from here. I am using JetBrainsMono Nerd Font in my setup.

How to install my setup

Just copy the line below and paste in terminal:

⚠️ Please use the name .dotfiles for the directory and keep it in user home directory when you clone this repository. As many scripts path depends on this directory name

  git clone https://github.com/harshv5094/dotfiles-public ~/.dotfiles

Run the script line based on your os

Linux and MacOS

~/.dotfiles/.scripts/install.sh

Windows

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
~/.dotfiles/.scripts/install.ps1

More Repos

Window Manager -> Click here for setup