Hudater / dots

My personal dotfiles

Home Page:https://docs.haops.dev/linux/basic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles for my Arch Linux System

Using Awesome-git and i3-gaps for WM, Arch as Distro and many more things like ZSH, Kitty etc

Notes

Awesome rice is not mine. It's work of u/ilovecookieee. A lot of stuff in these dotfiles are work of someone else which are modified for my usecase and preference. Fork it and play around. Link to ilovecookieee's awesome rice dotfiles: https://github.com/manilarome/the-glorious-dotfiles

I am not updating powerlevel10k theme, some zsh plugins etc because I need to use git modules to make sure those things get pushed to github. It's not recommended to do things like this so please look into it if you wish to use my dotfiles.

Using GNU Stow to manage Dotfiles

Installation

Clone:

git clone git@github.com:Hudater/dots.git

Just run:

 stow -nvt ~ *

to see the changes and

stow -vt ~ *

to commit the dotfiles

Removal

Run:

stow -nvDt ~ *

to see what will be unlinked and

stow -vDt ~ *

to commit unlinking of dotfiles

Dependencies

Link to DEPENDENCIES.md

Notes

Remove * in the installation and removal with the name of the directries you want to link or unlink. For Example:

stow -vt ~ kitty

will link kitty's dotfiles only

To-Do's

  • Rice i3wm after watching code cast's vids
  • Make a dependency.md with commands for Arch Linux (BTW)

About

My personal dotfiles

https://docs.haops.dev/linux/basic/

License:MIT License


Languages

Language:CSS 87.0%Language:Shell 8.7%Language:Lua 3.1%Language:C++ 0.8%Language:Ruby 0.2%Language:Python 0.1%Language:Vim Script 0.0%Language:Makefile 0.0%Language:Perl 0.0%Language:HTML 0.0%Language:Dockerfile 0.0%