Skip to content

spector-9/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

What are dotfiles?
Basically they are text files that contain configuration for various softwares.
Usually they are hidden due to the dot preceding the file name (therefore dotfiles).
UNIX-like systems treat such files as hidden files.

Some of the scripts are not made by me, like volume control however as they are open source you can use them however you want. That goes for my scripts too.

  • These dotfiles are specifically customised for bspwm however I tried to keep them as universal as possible.

The directory structure might seem weird to people who haven't used GNU stow. However its pretty easy to setup after fresh install that's why I switched to it. The installation script is made just for Arch for now. If you want to use it then just replace the pacman command with you system package manager.

Here are steps to setup your system with these dotfiles.

  1. Git clone this repo
  2. CD into cloned directory and run the command
chmod +x install_script.sh
  1. Now to install required programs run this command
./install_script.sh install
  1. To enable services like network manager run
./install_script.sh service
  1. Now to link all the dotfiles
./install_script.sh link
  1. Voilà! You are done.

Credits