Skip to content

These repository consist of all the configuration files that i have

Notifications You must be signed in to change notification settings

nikhilcodes777/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

TABLE OF CONTENT

About The Config

This is a Repository of my dotfiles for the softwares I use and configured till now. There is a repo which contains some neat little scripts which help me to install any operating system (like Arch and Void) including Partitioning, Creating users, Grub etc which makes it super handy to reinstall and create virtual machines with exact same configurations.

Screenshots

XMonad

Go to Config xmonad2.png

QTile

Go to Config qtile.png

Emacs

Go to Config emacs.png

Dependencies / Bloat

  • Windows Manager & Related Stuff
    • XMonad
      • XMobar
      • Lxsession
      • xwallpaper
      • Picom Jonaburg Fork
      • Dunst
      • Xdotool
      • cbatticon
      • volumeicon
    • QTile
      • psutil python module
      • Lxsession
      • xwallpaper
      • Picom Jonaburg Fork
      • Dunst
      • cbatticon
      • volumeicon
  • Fonts
    • JetBrainsMono Nerd Font
    • Ubuntu Mono Nerd Font
    • Font Awesome 5
  • Shell
    • Fish
    • bat
    • exa
  • TUI Apps
    • Newsboat
    • Ncmpcpp
    • Mpd
    • Ranger
    • Neovim
    • Btop
  • GUI Apps
    • Emacs
    • librewolf or firefox
    • Kitty

Color Schemes

  1. XMonad -> Catppuccin Mocha
  2. Qtile -> Catppuccin Mocha

Installation

You can either copy the file you want manually or if you want everything then run following commands make sure the stow is installed

$ git clone --depth 1 https://github.com/Sigma-Coder777/dots ~/.dots && cd ~/.dots
$ stow */ --adopt

Alternativly in case you want just want my xmonad config then replace some_directory with xmonad

$ stow <some_directory> --adopt