Dotfiles are a way to customize your Linux / UNIX machine! This files are
located in the /.config/
folder and they all start with a period (.) - hence,
dotfiles. This repository contains my personal dotfiles for you to analyze,
edit, or use.
WM | bspwm |
Terminal | alacritty |
Shell | ZSH |
Compositor | picom-jonaburg-git |
Bar | Polybar |
Font | JetBrains Mono Nerd Font |
(Primary) Color Scheme | One Dark |
App Launcher | rofi |
Keybinding Daemon | sxhkd |
$ yay -S zsh zsh-syntax-highlighting autojump zsh-autosuggestions
$ touch "$HOME/.cache/zshhistory"
#-- Setup Alias in $HOME/zsh/aliasrc
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
$ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> ~/.zshrc
$chsh $USER
then type
$ /bin/zsh