This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (c) 2020 The ZMK Contributors | |
* | |
* SPDX-License-Identifier: MIT | |
*/ | |
#include <behaviors.dtsi> | |
#include <dt-bindings/zmk/keys.h> | |
#include <dt-bindings/zmk/bt.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Prereq: | |
# sudo pacman -S zsh-theme-powerlevel9k zsh-syntax-highlighting zsh-autosuggestions | |
# fzf ttf-nerd-fonts-symbols | |
# Fancying-up the prompt | |
export TERM="xterm-256color" | |
POWERLEVEL9K_MODE=nerdfont-complete | |
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon context dir vcs) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status) |