I use Arch, btw.
More in screenshots!
With the git bare method and git sparse-checkout to ignore certain files.
git clone --bare https://github.com/Diaoul/dotfiles.git ~/.dotfiles
alias dotfiles "git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
dotfiles config --local status.showUntrackedFiles no
dotfiles sparse-checkout init
dotfiles sparse-checkout set "/*"
dotfiles sparse-checkout add "!/.github/"
dotfiles checkout
GIT_DIR=$HOME/.dotfiles GIT_WORK_TREE=$HOME pre-commit install
I love gruvbox ❤️
Currently, I use Monaspace or Cascadia Code Nerd Font variants but I switch regularly when I get too bored!
See my fontconfig for more details
There are other nice looking fonts out there.
I use Simp1e (Gruvbox variant) but there are some great alternatives:
I use Gruvbox-Plus using my own package on the AUR.
I use Themix to create my own theme (and icons) variants.
To preview and apply all those, I run nwg-look
.
I published my own theme made with Firefox Color which is available here.
I rely on the GTK theme as the few available theme options don't allow to create anything better.
Customized thanks to Spicetify.
But I mostly use spotify-player
.
I use BetterDiscord with custom css.
Running SDDM and very happy with its multimonitor support.
Previously on bspwm, I now trust Hyprland on Wayland for my tiling window management needs. I use 10 persistent workspaces accross multiple monitors.
To handle monitor changes (plugging and unplugging on the dock), I've setup kanshi and listen to monitor changes on Hyprland's socket.
Running Thunar with a few plugins:
- thunar-archive-plugin
- thunar-media-tags-plugin
- thunar-volman
- tumbler
- raw-thumbnailer
- tumbler-stl-thumbnailer
rofi (forked for Wayland support) and rofimoji for emoji selector.
I run Kitty because I'm a sucker for ligatures.
foot would be my go-to choice on Wayland otherwise. I also have config for Alacritty, just in case.
Amazing tools I use all the time!
- eza as a replacement for
ls
- bat instead of
cat
(with wings) - dog for coloured (and usable)
dig
- delta:
diff
with style - fd as a
find
alternative - ripgrep to kill old
grep
- fzf the fuzzy finder
- starship ok this is not a tool but a cool prompt!
- direnv for per-project environment
From the arch wiki.
ln -s /usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf /etc/fonts/conf.d/
ln -s /usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d/
ln -s /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d/
# if you don't plan to use bitmap fonts
ln -s /usr/share/fontconfig/conf.avail/70-no-bitmaps.com /etc/fonts/conf.d/
I took inspiration from all over the internet. Feel free to poke around!
Logo courtesy of jglovier