Configuration files for programs such as emacs, zsh, etc to bootstrap onto a UNIX-like operating system. This config is personal and opinionated, and I only recommend its use for reference or ideas.
This project is licensed under the terms of the MIT license.
Linux: Light
(tool to change backlight)
macOS: Homebrew
*: emacs
, zsh
, alacritty
, and the Iosevka family of fonts
Install the dotfiles with:
$ git clone --recursive https://github.com/Tenn1518/dotfiles ~/.dotfiles $ cd ~/.dotfiles $ ./install.py
This will symlink folders and files from their respective locations in $HOME to under ~/.dotfiles
Upon entering emacs, run M-x all-the-icons-install-fonts
. This will install
icon fonts not only for emacs, but also for waybar
.
If you want to look through which packages are installed, the best way is to
open init.el
and run C-c .
(imenu
).
User-specific keybinds are all set either under the C-c
or Super (s-
) key
prefix.
which-key
is distracting by default, so it only runs when C-h
is sent during
command insertion. Use C-h
in the middle of using keys to show all keybindings
under the prefix inserted so far.