My dotfiles for a Fedora + BSPWM setup on my Thinkpad T440p
rofi: Application launcherzsh: Shellurxvt: Terminal emulatorbspwm: Window managersxhkd: Hotkey daemondunst: Notification daemonmpd: Music daemonnvim: Text editorpolybar: Status barfirefox: Browserzathura: PDF readerranger: File explorer
maim: Screenshot toolyad: GTK+ dialog boxespicom: Compositor (ibhagwan's fork)ncmpcpp: music clientthunderbird: Email clientkeepassxc: Password managervscodium: Code editorstandard notes: Encrypted notes applicationjoplin: Note-taking applicationtor: Anonymous browsersignal: Messengercalibre: Ebook manager
- FiraCode Nerd Fonts
- Material Icons
- Install Gruvbox theme and fonts
- Run install.sh
- Copy config files
Requires neovim nightly & Packer plugin manager
- Install Packer:
git clone https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
- Copy
init.luaandluato~/.config/nvim - Open
nvimand run:PackerInstall - Install language servers using the lspconfig package
- E.g. for python, run
sudo npm i -g pyright