funk443 / dotfiles

ID's GNU/Linux dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ID’s Dotfiles

Table of Contents

System Info

./images/desktop-stumpwm.png

  • OS: Void GNU/Linux
  • Shell: bash
  • Terminal: alacritty
  • WM: StumpWM
  • Compositor: picom
  • Text Editor: GNU Emacs

Installing

Just execute the setup binary. You don’t need to run it with root permission.

./setup

If you want to execute the source file, you’ll need Quicklisp and some other libraries. Use the following command to load it.

sbcl --load setup.lisp --eval "(main)"

Custom Keybindings in StumpWM

I mostly use the default keybindings that come with StumpWM, but I have changed the prefix key to Super-t. I have also exchanged the hsplit and vsplit keybinding.

TODOs

  • [X] Write installation script (new one)
    • [X] Package installation
    • [X] Flatpak installation
    • [X] Enable system services
    • [X] Config file symlinks
  • [X] Notes about WM keybindings
  • [X] Update README

About

ID's GNU/Linux dotfiles

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 35.6%Language:Common Lisp 26.4%Language:Python 26.3%Language:Shell 10.3%Language:Vim Script 0.7%Language:Makefile 0.7%