Add banner
This commit is contained in:
parent
df8d69bb84
commit
2f3af2efae
@ -1,26 +1,13 @@
|
||||
# This is `bat`s configuration file. Each line either contains a comment or
|
||||
# a command-line option that you want to pass to `bat` by default. You can
|
||||
# run `bat --help` to get a list of all possible configuration options.
|
||||
# _ _
|
||||
# | | | |
|
||||
# | |__ __ _| |_
|
||||
# | '_ \ / _` | __|
|
||||
# | |_) | (_| | |_
|
||||
# |_.__/ \__,_|\__|
|
||||
# -----------------------------------------------------------------------------
|
||||
# :: Bat Configuration
|
||||
# :: https://github.com/sharkdp/bat
|
||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
|
||||
# for a list of all available themes
|
||||
#--theme="TwoDark"
|
||||
--theme="Catppuccin Mocha"
|
||||
|
||||
# Enable this to use italic text on the terminal. This is not supported on all
|
||||
# terminal emulators (like tmux, by default):
|
||||
#--italic-text=always
|
||||
|
||||
# Uncomment the following line to disable automatic paging:
|
||||
#--paging=never
|
||||
|
||||
# Uncomment the following line if you are using less version >= 551 and want to
|
||||
# enable mouse scrolling support in `bat` when running inside tmux. This might
|
||||
# disable text selection, unless you press shift.
|
||||
#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
|
||||
|
||||
# Syntax mappings: map a certain filename pattern to a language.
|
||||
# Example 1: use the C++ syntax for Arduino .ino files
|
||||
# Example 2: Use ".gitignore"-style highlighting for ".ignore" files
|
||||
#--map-syntax "*.ino:C++"
|
||||
#--map-syntax ".ignore:Git Ignore"
|
||||
|
@ -1,3 +1,15 @@
|
||||
# __ _ _
|
||||
# / _(_) | |
|
||||
# | |_ _ ___| |__
|
||||
# | _| / __| '_ \
|
||||
# | | | \__ \ | | |
|
||||
# |_| |_|___/_| |_|
|
||||
# -----------------------------------------------------------------------------
|
||||
# :: Fish Configuration
|
||||
# :: https://fishshell.com
|
||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
brew shellenv | source
|
||||
|
||||
if status is-interactive
|
||||
|
@ -1,3 +1,17 @@
|
||||
# _____ _ _ _
|
||||
# | __ \ | | | | |
|
||||
# | | \/ |__ ___ ___| |_| |_ _ _
|
||||
# | | __| '_ \ / _ \/ __| __| __| | | |
|
||||
# | |_\ \ | | | (_) \__ \ |_| |_| |_| |
|
||||
# \____/_| |_|\___/|___/\__|\__|\__, |
|
||||
# __/ |
|
||||
# |___/
|
||||
# -----------------------------------------------------------------------------
|
||||
# :: Ghosttyy Configuration
|
||||
# :: https://ghostty.org
|
||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
command = /opt/homebrew/bin/fish --interactive
|
||||
shell-integration = fish
|
||||
|
||||
|
@ -1,5 +1,17 @@
|
||||
# See: https://jvns.ca/blog/2024/02/16/popular-git-config-options/
|
||||
# See: https://blog.gitbutler.com/how-git-core-devs-configure-git/
|
||||
# _____ _ _
|
||||
# | __ (_) |
|
||||
# | | \/_| |_
|
||||
# | | __| | __|
|
||||
# | |_\ \ | |_
|
||||
# \____/_|\__|
|
||||
# -----------------------------------------------------------------------------
|
||||
# :: Git Configuration
|
||||
# :: https://git-scm.com
|
||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||
#
|
||||
# :: See: https://jvns.ca/blog/2024/02/16/popular-git-config-options/
|
||||
# :: See: https://blog.gitbutler.com/how-git-core-devs-configure-git/
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
[include]
|
||||
path = ~/.config/delta/themes/catppuccin.gitconfig
|
||||
|
@ -1,3 +1,15 @@
|
||||
" _____ _ _ _ _
|
||||
" |_ _| | | | | | (_)
|
||||
" | | __| | ___ __ _| | | |_ _ __ ___
|
||||
" | | / _` |/ _ \/ _` | | | | | '_ ` _ \
|
||||
" _| || (_| | __/ (_| \ \_/ / | | | | | |
|
||||
" \___/\__,_|\___|\__,_|\___/|_|_| |_| |_|
|
||||
" -----------------------------------------------------------------------------
|
||||
" :: IdeaVim Configuration
|
||||
" :: https://lp.jetbrains.com/ideavim/
|
||||
" :: Marvin Elsen <contact@marvinelsen.com>
|
||||
" -----------------------------------------------------------------------------
|
||||
|
||||
set scrolloff=0 " minimum number of lines above and below the cursor
|
||||
|
||||
set clipboard+=unnamed " Add system clipboard
|
||||
@ -77,4 +89,4 @@ vnoremap > >gv
|
||||
vnoremap = =gv
|
||||
|
||||
vnoremap J :m '>+1<CR>gv=gv
|
||||
vnoremap K :m '<-2<CR>gv=gv
|
||||
vnoremap K :m '<-2<CR>gv=gv
|
||||
|
@ -1,3 +1,15 @@
|
||||
# _ _____
|
||||
# | | | _ |
|
||||
# | | __| |_| | ___
|
||||
# | |/ /\____ |/ __|
|
||||
# | < .___/ /\__ \
|
||||
# |_|\_\\____/ |___/
|
||||
# -----------------------------------------------------------------------------
|
||||
# :: k9s Configuration
|
||||
# :: https://k9scli.io
|
||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
k9s:
|
||||
ui:
|
||||
skin: catppuccin-macchiato
|
||||
|
@ -1,3 +1,17 @@
|
||||
# _____ _ _ _
|
||||
# / ___| | | | (_)
|
||||
# \ `--.| |_ __ _ _ __ ___| |__ _ _ __
|
||||
# `--. \ __/ _` | '__/ __| '_ \| | '_ \
|
||||
# /\__/ / || (_| | | \__ \ | | | | |_) |
|
||||
# \____/ \__\__,_|_| |___/_| |_|_| .__/
|
||||
# | |
|
||||
# |_|
|
||||
# -----------------------------------------------------------------------------
|
||||
# :: Starship Configuration
|
||||
# :: https://starship.rs
|
||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
palette = "catppuccin_macchiato"
|
||||
|
Loading…
x
Reference in New Issue
Block a user