Dotfiles for various OS configurations.
-
Install Git:
$ sudo pacman -S git- Clone this repository to
~/.dotfiles:
$ cd ~
$ git clone https://github.com/talhaahussain/dotfiles.git .dotfiles
$ cd .dotfiles- Use
install_pkgs.shto install all packages frompkglist.txt:
$ source install_pkgs.sh- Use
stow_all.shto symlink dotfiles to home directory:
$ source stow_all.shTo update the system and all Arch packages, use:
$ source update_pkgs.shTo recompile pkglist.txt, use:
$ source compile_pkglist.shThese dotfiles make configurations available for three window managers (xmonad, awesomewm, i3). Window manager can be selected in /xinit/.xinitrc, with editing the final line such that it reads exec <WM OF CHOICE>. Currently, xmonad is the selected window manager.
Below are screenshots of xmonad configuration in action, with captions.
Image 1: A screenshot when xmonad is first launched via startx.
Image 2: A full-screen Alacritty terminal instance.
Image 3: Another full-screen terminal instance, running nmtui.
Image 4: A tmux session running in a terminal, with a single window split into two vertical panes.
Image 5: Two terminal instances running as tiles in tall mode. The left terminal is focused.
Image 6: Three terminal instances running as tiles in tall mode. The left terminal is focused.
Image 7: A single Firefox instance.
Image 8: A dmenu instance, running over two Firefox windows.
