/dotfiles

My dotfiles (bash, zsh, Xresources, alacritty, BSPWM, vim, dunst, neomutt, tint2...)

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Clarintux's Dotfiles

This repository contains my personal dotfiles.

  • OS: GNU/Linux
  • Shell: bash, zsh
  • Terminal: alacritty, xterm
  • Wayland Compositor: Hyprland
  • Window Manager: BSPWM, jwm, openbox
  • File Manager: ranger, thunar
  • Editor: vim
  • Notification: Dunst
  • Client Email: neomutt
  • Other: dmenu, bemenu, scripts, waybar, tint2...

I'm an average Linu user and not an expert...!

Screnshoots:

Screenshot 1 Screenshot 2

My YouTube channel: https://www.youtube.com/channel/UCTguDCZ1oXwijhEtkaycccA


To install my setup:

sudo pacman -S wget
wget https://raw.githubusercontent.com/clarintux/dotfiles/master/.local/bin/install_clarintuxos.sh
chmod +x install_clarintuxos.sh
./install_clarintuxos.sh

(For me...) To push:

config status
config add .vimrc
config commit -m "Add vimrc"
config add .bashrc
config commit -m "Add bashrc"
config push