Updates Headers
This commit is contained in:
parent
fc536b2902
commit
9e37e7a6ff
|
@ -1,5 +1,14 @@
|
|||
# _ _ _ _ _
|
||||
# / \ | | __ _ ___ _ __(_) |_| |_ _ _
|
||||
# / _ \ | |/ _` |/ __| '__| | __| __| | | |
|
||||
# / ___ \| | (_| | (__| | | | |_| |_| |_| |
|
||||
# /_/ \_\_|\__,_|\___|_| |_|\__|\__|\__, |
|
||||
# |___/
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
#
|
||||
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
||||
|
||||
#
|
||||
# Import additional configuration files
|
||||
#
|
||||
# Imports are loaded in order, skipping all missing files, with the importing
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
# _ _ _ _
|
||||
# | \ | | ___ ___ _ __ ___ _ _| |_| |_
|
||||
# | \| |/ _ \/ _ \| '_ ` _ \| | | | __| __|
|
||||
# | |\ | __/ (_) | | | | | | |_| | |_| |_
|
||||
# |_| \_|\___|\___/|_| |_| |_|\__,_|\__|\__|
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
|
||||
source ~/private/neomutt/mailbox
|
||||
|
||||
# EDITOR
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
" _ _ _
|
||||
" | \ | | ___ _____ _(_)_ __ ___
|
||||
" | \| |/ _ \/ _ \ \ / / | '_ ` _ \
|
||||
" | |\ | __/ (_) \ V /| | | | | | |
|
||||
" |_| \_|\___|\___/ \_/ |_|_| |_| |_|
|
||||
"
|
||||
" by Stephan Raabe (2023)
|
||||
" -----------------------------------------------------
|
||||
|
||||
set nocompatible " disable compatibility to old-time vi
|
||||
set showmatch " show matching
|
||||
set ignorecase " case insensitive
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
# ____ _
|
||||
# | _ \(_) ___ ___ _ __ ___
|
||||
# | |_) | |/ __/ _ \| '_ ` _ \
|
||||
# | __/| | (_| (_) | | | | | |
|
||||
# |_| |_|\___\___/|_| |_| |_|
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
|
||||
#################################
|
||||
# General Settings #
|
||||
#################################
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
# ____
|
||||
# | _ \ __ _ _ __ __ _ ___ _ __
|
||||
# | |_) / _` | '_ \ / _` |/ _ \ '__|
|
||||
# | _ < (_| | | | | (_| | __/ |
|
||||
# |_| \_\__,_|_| |_|\__, |\___|_|
|
||||
# |___/
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
#
|
||||
# ===================================================================
|
||||
# This file contains the default startup commands for ranger.
|
||||
# To change them, it is recommended to create either /etc/ranger/rc.conf
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
/*
|
||||
# ____ __ _
|
||||
# | _ \ ___ / _(_)
|
||||
# | |_) / _ \| |_| |
|
||||
# | _ < (_) | _| |
|
||||
# |_| \_\___/|_| |_|
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
*/
|
||||
|
||||
configuration {
|
||||
display-drun: "Applications:";
|
||||
display-window: "Windows:";
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
" _ _ _
|
||||
" | \ | | ___ _____ _(_)_ __ ___
|
||||
" | \| |/ _ \/ _ \ \ / / | '_ ` _ \
|
||||
" | |\ | __/ (_) \ V /| | | | | | |
|
||||
" |_| \_|\___|\___/ \_/ |_|_| |_| |_|
|
||||
"
|
||||
" by Stephan Raabe (2023)
|
||||
" -----------------------------------------------------
|
||||
|
||||
" Add line numbers
|
||||
set number
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user