This repository is being used to store configuration files of my system.
I use Awesome Window Manger in my Arch Linux main working machine
You can clone
the repository and use one of each configuration or use as bare repository
open a terminal & type
git clone https://github.com/touhidulShawan/dotfiles.git
# suppose only need awesomewm config files
cp dotfiles/.config/awesome ~/.config/
mkdir "$HOME/.dotfiles"
git clone --bare [email protected]:touhidulshawan/dotfiles.git "$HOME/.dotfiles"
config() {
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $@
}
config checkout
config config status.showUntrackedFiles no
Install lain & freedesktop
For me: I have installed two packages lain-git
& awesome-freedesktop-git
from AUR
multicolor theme from awesome-copycats with some modification and Gruvbox Dark colorscheme according to my taste.