Skip to content

eterniter06/.dotfiles2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles2

Requirements

  • Arch linux
  • Git
  • Xmonad
  • Xmobar
  • Stow
  • Bash (>=4.0)
  • (To be updated)

Usage

Cloning the repository

IMPORTANT: This repository contains a submodule1. To use this repo, clone the repo with2:

git clone --recurse-submodules https://github.com/eterniter06/.dotfiles2.git

However, if you have already cloned the repository without the --recurse-submodules flag, you can run the following to initialize and fetch the submodule2:

git submodule init
git submodule update

Installation

The installation script comprises 6 functions:

  1. Installing important packages from the official arch repo
  2. Installing all packages from the previous install
  3. Install rofi templates3
  4. Setting up pacman hooks
  5. Enabling bluetooth and pipewire-pulse
  6. Installing grub themes (selected is vimix)

You can comment out the functions you don't need and then run the script with:

./install.bash

Stow

Inspect the stow script(and comment out packages not needed) and then run the script:

./stow.bash

Wallpaper links

If I'm accidentally infringing on any copyrights pertaining to any of the resources I have used such as but not limited to wallpapers, themes and fonts, please send me a message and I will remove the resource immediately.

Footnotes

  1. Rofi-bluetooth fork

  2. Cloning submodules 2

  3. Rofi templates