Skip to content

saifshahriar/dotfiles

Repository files navigation

dotfiles GitHub top language

Website GitHub GitLab
GitHub repo size GitHub commit activity GitHub last commit GitHub

No SoystemD! LMAO! 🙂
But I use Arch BTW!

My very basic dotfiles that I use everyday. Nowadays, I use dwm in Artix Linux, sometimes Void. Nonsystemd distros are kind of growing on me. Also, my dots are based on doas as admin priv method, so don't copy everything blindly.


 █████╗ ██████╗  ██████╗██╗  ██╗    ██╗     ██╗███╗   ██╗██╗   ██╗██╗  ██╗                
██╔══██╗██╔══██╗██╔════╝██║  ██║    ██║     ██║████╗  ██║██║   ██║╚██╗██╔╝                
███████║██████╔╝██║     ███████║    ██║     ██║██╔██╗ ██║██║   ██║ ╚███╔╝                 
██╔══██║██╔══██╗██║     ██╔══██║    ██║     ██║██║╚██╗██║██║   ██║ ██╔██╗                 
██║  ██║██║  ██║╚██████╗██║  ██║    ███████╗██║██║ ╚████║╚██████╔╝██╔╝ ██╗                
╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝    ╚══════╝╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚═╝  ╚═╝                
                                                                                          
██████╗  ██████╗ ████████╗███████╗██╗██╗     ███████╗███████╗     ██████╗ ███████╗        
██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝██║██║     ██╔════╝██╔════╝    ██╔═══██╗██╔════╝        
██║  ██║██║   ██║   ██║   █████╗  ██║██║     █████╗  ███████╗    ██║   ██║█████╗          
██║  ██║██║   ██║   ██║   ██╔══╝  ██║██║     ██╔══╝  ╚════██║    ██║   ██║██╔══╝          
██████╔╝╚██████╔╝   ██║   ██║     ██║███████╗███████╗███████║    ╚██████╔╝██║             
╚═════╝  ╚═════╝    ╚═╝   ╚═╝     ╚═╝╚══════╝╚══════╝╚══════╝     ╚═════╝ ╚═╝             
                                                                                          
███████╗ █████╗ ██╗███████╗    ███████╗██╗  ██╗ █████╗ ██╗  ██╗██████╗ ██╗ █████╗ ██████╗ 
██╔════╝██╔══██╗██║██╔════╝    ██╔════╝██║  ██║██╔══██╗██║  ██║██╔══██╗██║██╔══██╗██╔══██╗
███████╗███████║██║█████╗      ███████╗███████║███████║███████║██████╔╝██║███████║██████╔╝
╚════██║██╔══██║██║██╔══╝      ╚════██║██╔══██║██╔══██║██╔══██║██╔══██╗██║██╔══██║██╔══██╗
███████║██║  ██║██║██║         ███████║██║  ██║██║  ██║██║  ██║██║  ██║██║██║  ██║██║  ██║
╚══════╝╚═╝  ╚═╝╚═╝╚═╝         ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═╝╚═╝  ╚═╝

I use

Distro Artix Linux
Window Manager dwm
AwesomeWM
BSPWM
Qtile
Terminal Emmulator Alacritty
Shell Fish
Compositor Picom (Pijulius Fork)
Colorscheme Tokyonight

Filetree

Note: Might be Outdated

╭─[saifshahriar@git]─[dotfiles]─[master]
╰─λ exa --tree -a --group-directories-first -I .git

dotfiles
├── .config
│  ├── alacritty
│  │  ├── alacritty.yml
│  │  ├── colors.yml
│  │  └── fonts.yml
│  ├── awesome
│  │  ├── icons
│  │  │  └── ...
│  │  ├── rc.lua
│  │  └── scripts
│  │     └── ...
│  ├── bspwm
│  │  ├── bin
│  │  │  └── ...
│  │  ├── bspwmrc
│  │  ├── dunstrc
│  │  ├── picom.conf
│  │  ├── polybar
│  │  │  └── ...
│  │  ├── rofi
│  │  │  ├── bin
│  │  │  │  └── ...
│  │  │  └── themes
│  │  │     └── ...
│  │  └── themes
│  │     └── ...
│  ├── dwm
│  │  ├── autostart.sh
│  │  └── dwmbar.sh
│  ├── fish
│  │  └── config.fish
│  ├── i3
│  │  ├── config
│  │  ├── i3status.conf
│  │  └── picom.conf
│  ├── kitty
│  │  ├── current-theme.conf
│  │  └── kitty.conf
│  ├── leftwm
│  │  ├── config.ron
│  │  ├── themes
│  │  │  ├── Ascent
│  │  │  │  └── ...
│  │  │  ├── Blue-Coffee
│  │  │  │  └── ...
│  │  │  └── current -> Blue-Coffee
│  │  └── themes.toml
│  ├── lf
│  │  ├── icons
│  │  └── lfrc
│  ├── mpv
│  │  ├── mpv.conf
│  │  ├── script-opts
│  │  │  └── mpv_thumbnail_script.conf
│  │  └── scripts
│  │     └── ...
│  ├── neofetch
│  │  └── ...
│  ├── networkmanager-dmenu
│  │  └── config.ini
│  ├── nimdow
│  │  ├── barcolgen.py
│  │  ├── colors.sh
│  │  ├── config.toml
│  │  └── nimbar
│  ├── nitrogen
│  │  ├── bg-saved.cfg
│  │  └── nitrogen.cfg
│  ├── oni2
│  │  └── configuration.json
│  ├── picom
│  │  └── picom.conf
│  ├── qtile
│  │  ├── config.py
│  │  ├── dunstrc
│  │  ├── icons
│  │  │  └── ...
│  │  ├── picom.conf
│  │  ├── scripts
│  │  │  └── ...
│  │  └── sxhkdrc
│  ├── ranger
│  │  ├── commands.py
│  │  ├── plugins
│  │  │  └── ...
│  │  ├── rc.conf
│  │  ├── rifle.conf
│  │  └── scope.sh
│  ├── rofi
│  │  ├── config.rasi
│  │  └── styles
│  │     ├── askpass.rasi
│  │     ├── asroot.rasi
│  │     ├── colors.rasi
│  │     ├── confirm.rasi
│  │     ├── font.rasi
│  │     ├── launcher.rasi
│  │     ├── networkmenu.rasi
│  │     ├── powermenu.rasi
│  │     └── window.rasi
│  ├── starship.toml
│  ├── sxhkd
│  │  └── sxhkdrc
│  ├── tmux
│  │  └── tmux.conf
│  ├── wallpaper
│  │  └── kochou_shinobu_holding_butterfly_purple_wallpaper.jpg
│  ├── wezterm
│  │  └── wezterm.lua
│  └── X11
│     └── xresources
├── .gitignore
├── .local
│  ├── bin
│  │  ├── rofi_asroot
│  │  ├── rofi_launcher
│  │  ├── rofi_powermenu
│  │  └── rofi_windows
│  └── share
│     └── icons
│        └── yoru-cursor
│           ├── cursor.theme
│           ├── cursors
│           │  └── zoom-out
│           └── index.theme
├── .mozilla
│  └── firefox
│     └── release-number
│        └── chrome
│           ├── ...
│           └── userChrome.css
├── .vim
│  ├── autocmd.vim
│  ├── autoload
│  │  └── plug.vim
│  ├── core.vim
│  ├── keybinds.vim
│  ├── option.vim
│  ├── plugin.vim
│  ├── plugins
│  │  ├── dragvisuals.vim
│  │  └── statusline.vim
│  ├── pluginsopt.vim
│  ├── snippets
│  │  └── abbreviations.vim
│  ├── snips.vim
│  ├── theme.vim
│  └── vimrc
├── .bashrc
├── LICENSE
└── README.md

╭─[saifshahriar@git]─[dotfiles]─[master]
╰─λ math (exa --tree -a -I .git -D | wc -l)-1
58

╭─[saifshahriar@git]─[dotfiles]─[master]
╰─λ math (exa --tree -a -I .git | wc -l)-(exa --tree -a -I .git -D | wc -l)-1
306

58 directories, 306 files