tanayseven / dotfiles.archive

This repository contains all my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tanay's Dotfiles

Archiving this since I've switched to KDE form this complicated setup. Will keep this for reference.

Caution, this repo is just ment to sync with local dotfiles, please do not edit any files here directly

These repository consist of configs that are explicitly edited by me and will be needed in the future in case I need to setup another system with similar config. You are free to copy-paste parts or complete config, without holding me responsible for anything on your system that breaks and is difficult to recover from. I will not be investing any time in case of any such incident happens.

Syncing config from $HOME to current repository

make update will copy all the updated config from your directories to the current repositories if not up to date

make install to install all the necessary tools, make sure that you are running arch linux

Installed packages (Arch linux)

  1. I3 package download i3-gaps from the official community packages from the pacman repositories. i3 is the WM that is used for it's developer centric design. More details about i3. The config can be found in the .config/i3/config directory.
  2. Termite package download termite from the official community packages from the pacman repositories. Termite is a light-weght configurable terminal emulator which is modal and therefore keyboard friendly. The config can be found in the .config/termite/config directory.
  3. Polybar package download polybar-git from the Arch AUR Used as a status bar for the i3-wm. More details about Polybar. The config can be found in the .config/polybar/config directory.
  4. Dunst package download dunst from the official community packages from the pacman repositories. Dunst is a highly configurable notifications daemon app. More details about Dunst. The config can be found in the .config/dunst/dunstrc.
  5. Rofi package download rofi from the official community packages from the pacman repositories. Rofi is a configurable and fancy run dialog to launch applications. More details about Rofi. The connfig can be found in .Xresources

About

This repository contains all my dotfiles


Languages

Language:Python 50.4%Language:Shell 31.9%Language:Vim Script 9.7%Language:Makefile 8.0%