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