/.dotfiles

A curated section of configs for • Sway-On-Arch

Primary LanguageShell

logo

Dotfiles for My Daily Driver.

Installation

Install ~/. with git

  git clone https://github.com/Aarav619/dotfiles.git && cd dotfiles

Usage

make install : Install entire setup

make update : Sync local dotfiles with git

Cleaning ~/

Use these environment variables to specify default configuration directory for softwares & packages.

export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"

Remember

The only true way to be a minimalist is to recursively force rm your entire ~/!