Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.27 KB
name description
README
This is my dotfiles docs

🔨 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 Dependency

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

Linux and MacOS

Install ansible in your system and run install.sh in .dotfiles/ansible directory.

My Setup is based on two distros.

  1. Fedora
  2. Arch Linux
cd ~/.dotfiles/ansible/
./install.sh
# For now I've completed rpm based distro and arch linux setup.

Windows

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

FAQ

My bat config is not working properly?

  • To use bat config just run this command first:
bat cache --build