Compare commits
No commits in common. "c8f349589a0346a04280fc1320dd182f03b095c7" and "4f75b1e64393375460c0eb12daede7a942172bba" have entirely different histories.
c8f349589a
...
4f75b1e643
@ -1,13 +1,26 @@
|
|||||||
# _ _
|
# 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,15 +1,3 @@
|
|||||||
# __ _ _
|
|
||||||
# / _(_) | |
|
|
||||||
# | |_ _ ___| |__
|
|
||||||
# | _| / __| '_ \
|
|
||||||
# | | | \__ \ | | |
|
|
||||||
# |_| |_|___/_| |_|
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# :: 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,17 +1,3 @@
|
|||||||
# _____ _ _ _
|
|
||||||
# | __ \ | | | | |
|
|
||||||
# | | \/ |__ ___ ___| |_| |_ _ _
|
|
||||||
# | | __| '_ \ / _ \/ __| __| __| | | |
|
|
||||||
# | |_\ \ | | | (_) \__ \ |_| |_| |_| |
|
|
||||||
# \____/_| |_|\___/|___/\__|\__|\__, |
|
|
||||||
# __/ |
|
|
||||||
# |___/
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# :: 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,20 +1,8 @@
|
|||||||
# _____ _ _
|
# 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,15 +1,3 @@
|
|||||||
" _____ _ _ _ _
|
|
||||||
" |_ _| | | | | | (_)
|
|
||||||
" | | __| | ___ __ _| | | |_ _ __ ___
|
|
||||||
" | | / _` |/ _ \/ _` | | | | | '_ ` _ \
|
|
||||||
" _| || (_| | __/ (_| \ \_/ / | | | | | |
|
|
||||||
" \___/\__,_|\___|\__,_|\___/|_|_| |_| |_|
|
|
||||||
" -----------------------------------------------------------------------------
|
|
||||||
" :: 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
|
||||||
@ -89,4 +77,4 @@ vnoremap > >gv
|
|||||||
vnoremap = =gv
|
vnoremap = =gv
|
||||||
|
|
||||||
vnoremap J :m '>+1<CR>gv=gv
|
vnoremap J :m '>+1<CR>gv=gv
|
||||||
vnoremap K :m '<-2<CR>gv=gv
|
vnoremap K :m '<-2<CR>gv=gv
|
@ -1,15 +1,3 @@
|
|||||||
# _ _____
|
|
||||||
# | | | _ |
|
|
||||||
# | | __| |_| | ___
|
|
||||||
# | |/ /\____ |/ __|
|
|
||||||
# | < .___/ /\__ \
|
|
||||||
# |_|\_\\____/ |___/
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# :: k9s Configuration
|
|
||||||
# :: https://k9scli.io
|
|
||||||
# :: Marvin Elsen <contact@marvinelsen.com>
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
k9s:
|
k9s:
|
||||||
ui:
|
ui:
|
||||||
skin: catppuccin-macchiato
|
skin: catppuccin-macchiato
|
||||||
|
@ -1,17 +1,3 @@
|
|||||||
# _____ _ _ _
|
|
||||||
# / ___| | | | (_)
|
|
||||||
# \ `--.| |_ __ _ _ __ ___| |__ _ _ __
|
|
||||||
# `--. \ __/ _` | '__/ __| '_ \| | '_ \
|
|
||||||
# /\__/ / || (_| | | \__ \ | | | | |_) |
|
|
||||||
# \____/ \__\__,_|_| |___/_| |_|_| .__/
|
|
||||||
# | |
|
|
||||||
# |_|
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# :: 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