.dotfiles
dotfiles for AwesomeWM, Neovim, Tmux, Starship, Rofi and many other tools i use
Lua★ 98⑂ 3 forksupdated 2 months ago
git clone https://github.com/edr3x/.dotfiles.gitedr3x/.dotfilesREADME.mdfork it — it’s yours
Dotfiles
- WM : awesome
- Bar : wibar
- App Launcher : Rofi
- Compositor : Picom
- Terminal :
- Emulator : Alacritty
- Shell : Fish
- Prompt : Starship
- Font : Fira-Code-Nerd-Font
- Code Editor : Neovim
- Theme Manager : lxappearance
- System Font : Iosevka-Nerd-Font
- Icon Theme : Tela-circle-dracula
Installing
sudo pacman -S awesome alacritty fish neofetch neovim picom btop rofi clipmenu starship tmux stow git-delta
You will need git and GNU stow
Clone into $HOME directory
git clone https://github.com/edr3x/.dotfiles.git
Run stow to symlink everything or just select what you want
stow */ # For Everything
stow nvim # Only nvim config
Touchpad config
/etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lm"
EndSection
more like this




