Skip to content

Latest commit

 

History

History
123 lines (100 loc) · 3.19 KB

File metadata and controls

123 lines (100 loc) · 3.19 KB

README

Install

With GUI

# setup script
make install

Update

# update repository & dependencies
make update

Upgrade

# update repository & upgrade dependencies
make upgrade

Other commands

# type make + [tab]
make

Colorschemes

We use catpuccin-mocha

Keyboard layout

localectl --no-convert set-x11-keymap us pc104 altgr-intl

Known issues

dircolors command not found on MacOS

Install coreutils using brew install coreutils

Be sure to read the command output for post install instructions.

Links