Compare commits
3 Commits
4f75b1e643
...
c8f349589a
Author | SHA1 | Date | |
---|---|---|---|
c8f349589a | |||
2f3af2efae | |||
df8d69bb84 |
@ -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"
|
--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
|
brew shellenv | source
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
# _____ _ _ _
|
||||||
|
# | __ \ | | | | |
|
||||||
|
# | | \/ |__ ___ ___| |_| |_ _ _
|
||||||
|
# | | __| '_ \ / _ \/ __| __| __| | | |
|
||||||
|
# | |_\ \ | | | (_) \__ \ |_| |_| |_| |
|
||||||
|
# \____/_| |_|\___/|___/\__|\__|\__, |
|
||||||
|
# __/ |
|
||||||
|
# |___/
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# :: Ghostty Configuration
|
||||||
|
# :: https://ghostty.org
|
||||||
|
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
command = /opt/homebrew/bin/fish --interactive
|
command = /opt/homebrew/bin/fish --interactive
|
||||||
shell-integration = fish
|
shell-integration = fish
|
||||||
|
|
||||||
|
@ -1,8 +1,20 @@
|
|||||||
# 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]
|
[include]
|
||||||
path = ~/.config//delta/themes/catppuccin.gitconfig
|
path = ~/.config/delta/themes/catppuccin.gitconfig
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
@ -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 scrolloff=0 " minimum number of lines above and below the cursor
|
||||||
|
|
||||||
set clipboard+=unnamed " Add system clipboard
|
set clipboard+=unnamed " Add system clipboard
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
# _ _____
|
||||||
|
# | | | _ |
|
||||||
|
# | | __| |_| | ___
|
||||||
|
# | |/ /\____ |/ __|
|
||||||
|
# | < .___/ /\__ \
|
||||||
|
# |_|\_\\____/ |___/
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# :: k9s Configuration
|
||||||
|
# :: https://k9scli.io
|
||||||
|
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
k9s:
|
k9s:
|
||||||
ui:
|
ui:
|
||||||
skin: catppuccin-macchiato
|
skin: catppuccin-macchiato
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
# _____ _ _ _
|
||||||
|
# / ___| | | | (_)
|
||||||
|
# \ `--.| |_ __ _ _ __ ___| |__ _ _ __
|
||||||
|
# `--. \ __/ _` | '__/ __| '_ \| | '_ \
|
||||||
|
# /\__/ / || (_| | | \__ \ | | | | |_) |
|
||||||
|
# \____/ \__\__,_|_| |___/_| |_|_| .__/
|
||||||
|
# | |
|
||||||
|
# |_|
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
# :: Starship Configuration
|
||||||
|
# :: https://starship.rs
|
||||||
|
# :: Marvin Elsen <contact@marvinelsen.com>
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
palette = "catppuccin_macchiato"
|
palette = "catppuccin_macchiato"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user