Skip to content

Mohanbarman/dotfiles2

Repository files navigation

Screenshots

Screenshot 01 Screenshot 01

Installation

Stow

Used for managing the configuration

sudo pamcan -S stow

Create Symlinks

Places the files in their respective locations by creating symlinks

$ stow .

Adding new files

  1. Copy the file/directory in this directory making sure the path is same as from parent directory. For example adding ~/.config/mpv copy it to .config/mpv of this repository
  2. Rename the original file/directory just in case.
  3. run stow . in this directory it should create the symlink

Packages (Arch)

Install AUR packages

yay -S $(cat aur-packages.txt)

Install pacman packages

pacman -S $(cat pacman-pkgs.txt)

Create packages backup

Pacman

pacman -Qeqn > pacman-pkgs.txt

AUR

pacman -Qemq > aur-packages.lst

About

Dotfiles of my Arch Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published