Hey! Thank you for visiting my github pages
Here is my Artix dotfiles backup that i made from a couple months ago.
Some of my stuff are inspired by awesome people too! Check out the details below.
- Wm : bspwm
- Bar : polybar | tint2
- Shell : zsh
- Compositor : picom
- Notification : dunst
- Launcher : rofi
- Terminal : urxvt | kitty
- Text Editor : neovim
- Media Player : mpv
- Music Player : ncmpcpp
Urxvt
yay -S rxvt-unicode-truecolor-wide-glyphs
yay -S urxvt-resize-font
# add this to your ~/.Xresources or ~/.Xdefaults (i also already add it)
urxvt.perl-ext-common: ...,resize-font,
Zsh
sudo pacman -S zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && chsh -s /bin/zsh #root/user
sudo pacman -S zsh-syntax-highlighting zsh-autosuggestions zsh-completions
Other Dependencies
sudo pacman -S sxhkd xclip neofetch lazygit python2 python3 python-pip git curl wget python2-pip ruby gcc perl nitrogen ncmpcpp mpd mpv light screenkey
rofi dunst picom vim nvim polybar uget lxappearance lxsession bspwm rxvt-unicode cava htop gotop ranger kitty pulseaudio pulseaudio-alsa pamixer
w3m w3m-img ueberzug brightnessctl pavucontrol scrot gucharmap smartmontools feh yay && yay -S xinput pyxdg
pip install wmctrl-python3 distro
[onedark]
red | green | yellow | blue | purple | cyan |
---|---|---|---|---|---|
#e06c75 |
#98c379 |
#e5c078 |
#61afef |
#c678dd |
#86b6c2 |
foreground | background |
---|---|
#abb2bf |
#282c34 |
Here's my most used fonts on Polybar, Urxvt, & Kitty
Polybar
- Iosevka Nerd Font
- Material Design Iconic Font
- Material Icons
- JetBrainsMono Nerd Font Bandit
- JetBrainsMono Nerd Font
Urxvt | Kitty
- JetBrainsMono Nerd Font
- VictorMono Nerd Font
- Powerline Font
you can check out those font below
Installing Font
tar -xzvf fontname-ttf.tar.gz
mkdir ~/.local/share/fonts
mv ttf/fontname-Regular.ttf ~/.local/share/fonts/
after installing fonts, refresh your font cache
fc-cache -f -v
git clone https://github.com/prcxzm/dotfiles
- some of my stuff are inspired by mangeshrex & siduck
- check out my own Polybar Themes here
- and also my Neovim config is in here