This commit is contained in:
Diachk 2024-09-06 10:32:48 +02:00
commit 2f88a47808
7 changed files with 1007 additions and 0 deletions

12
brew/brew-export.sh Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash
set -e
echo '#!/bin/bash\n' >list.sh
echo '########### Brew Install List ###########' >>list.sh
brew leaves | sed 's/^/brew install /' >>list.sh
echo '\n########### Brew Cask Install List ###########' >>list.sh
brew list --cask | sed 's/^/brew cask install /' >>list.sh
echo '\n########### Mac App Store Install List ###########' >>list.sh
mas list | sed 's/\ /\ \ #\ /' | sed 's/^/mas install /' >>list.sh

100
brew/brew-list.txt Normal file
View file

@ -0,0 +1,100 @@
autoconf
bat
bats-core
bumpversion
bun
ca-certificates
cairo
coreutils
difftastic
exercism
fd
fontconfig
freetype
fribidi
fzf
gdk-pixbuf
gettext
gh
giflib
glib
gmp
gnu-sed
go
graphite2
harfbuzz
helm
htop
icu4c
jpeg
jpeg-turbo
jq
k9s
krew
kubectl-buildkit
kubernetes-cli
lazygit
libarchive
libb2
libcbor
libfido2
libgit2@1.7
libpng
librsvg
libssh2
libtiff
libuv
libvterm
libx11
libxau
libxcb
libxdmcp
libxext
libxrender
lnav
lpeg
luajit
luv
lz4
lzo
m4
mpdecimal
msgpack
mysql
ncurses
neovim
oniguruma
openssl@3
pango
pcre2
pipx
pixman
pkg-config
protobuf@21
pstree
pyenv
python@3.11
python@3.12
readline
ripgrep
sqlite
telnet
tilt
tree
tree-sitter
unibilium
watch
xorgproto
xz
zlib
zstd
arc
chromium
firefox
font-hack
font-hack-nerd-font
font-ibm-plex-mono
font-jetbrains-mono
font-jetbrains-mono-nerd-font
font-menlo-for-powerline
iterm2

58
brew/list.sh Normal file
View file

@ -0,0 +1,58 @@
#!/bin/bash
########### Brew Install List ###########
brew install bat
brew install bats-core
brew install bumpversion
brew install difftastic
brew install exercism
brew install fd
brew install fzf
brew install gh
brew install giflib
brew install gnu-sed
brew install go
brew install helm
brew install htop
brew install jesseduffield/lazygit/lazygit
brew install jpeg
brew install jq
brew install k9s
brew install krew
brew install librsvg
brew install lnav
brew install mas
brew install mysql
brew install neovim
brew install oven-sh/bun/bun
brew install pipx
brew install pstree
brew install pyenv
brew install ripgrep
brew install telnet
brew install tilt
brew install tree
brew install vmware-tanzu/buildkit-cli-for-kubectl/kubectl-buildkit
brew install watch
########### Brew Cask Install List ###########
brew cask install arc
brew cask install chromium
brew cask install firefox
brew cask install font-hack
brew cask install font-hack-nerd-font
brew cask install font-ibm-plex-mono
brew cask install font-jetbrains-mono
brew cask install font-jetbrains-mono-nerd-font
brew cask install font-menlo-for-powerline
brew cask install iterm2
########### Mac App Store Install List ###########
mas install 905953485 # NordVPN (8.24.0)
mas install 975890633 # HotKey (1.5)
mas install 682658836 # GarageBand (10.4.6)
mas install 408981434 # iMovie (10.3.4)
mas install 668208984 # GIPHY CAPTURE (4.2)
mas install 409201541 # Pages (12.1)
mas install 409183694 # Keynote (12.1)
mas install 409203825 # Numbers (12.1)

View file

@ -1,3 +1,28 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
vim.keymap.set("n", "<leader>fl", function()
vim.cmd("Neotree filesystem reveal")
end, { desc = "Explorer Neotree (current buffer)" })
-- vim.keymap.set("n", "<leader>gp", ":Gitsigns preview_hunk<CR>", { desc = "Git preview (current line)" })
vim.keymap.set("n", "<leader>gb", ":Gitsigns toggle_current_line_blame<CR>", { desc = "Git blame (current line)" })
vim.keymap.set("n", "<leader>gP", function()
vim.cmd("!gh pr view -w")
end, { desc = "Github browse (pull request)" })
vim.keymap.set("n", "<leader>gB", function()
local ln = vim.fn.line(".")
vim.cmd("!gh browse %" .. ":" .. ln)
end, { desc = "Github browse (current line)" })
vim.keymap.set("n", "<leader>gR", function()
vim.cmd("!gh repo view -w")
end, { desc = "Github browse repository" })
-- Yank to clipboard
vim.keymap.set("v", "<leader>y", '"*y', { desc = "Yank to system clipboard" })
-- jq
vim.keymap.set("n", "<leader>jq", ":%!jq<CR>", { desc = "Stream current buffer to jq (json.parse current buffer)" })
-- Telescope resume last search
vim.keymap.set("n", "<leader><space>", function()
vim.cmd("Telescope resume")
end, { desc = "Telescope resume last search" })
-- Delete mark
vim.keymap.set("n", "<leader>dm", ":delmarks ", { desc = "Stream current buffer to jq (json.parse current buffer)" })

6
lua/plugins/lsp.lua Normal file
View file

@ -0,0 +1,6 @@
return {
"neovim/nvim-lspconfig",
opts = {
inlay_hints = { enabled = false },
},
}

View file

@ -0,0 +1,806 @@
{
"Profiles": [
{
"Thin Strokes" : 0,
"Working Directory" : "\/Users\/cdiarra",
"Prompt Before Closing 2" : false,
"Selected Text Color" : {
"Red Component" : 0,
"Color Space" : "P3",
"Blue Component" : 0,
"Alpha Component" : 1,
"Green Component" : 0
},
"Rows" : 25,
"Ansi 11 Color" : {
"Red Component" : 0.99999266862869263,
"Color Space" : "P3",
"Blue Component" : 0.33084142208099365,
"Alpha Component" : 1,
"Green Component" : 1
},
"Use Italic Font" : true,
"Foreground Color" : {
"Red Component" : 0.11764705926179886,
"Color Space" : "sRGB",
"Blue Component" : 0.11764705926179886,
"Alpha Component" : 1,
"Green Component" : 0.11764705926179886
},
"Right Option Key Sends" : 0,
"Character Encoding" : 4,
"Selection Color" : {
"Red Component" : 0,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 1,
"Green Component" : 0.97680455450000003
},
"Mouse Reporting" : true,
"Cursor Boost" : 0,
"Ansi 4 Color" : {
"Red Component" : 0.016804177310000001,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.19835099580000001
},
"Non-ASCII Anti Aliased" : true,
"Sync Title" : false,
"Disable Window Resizing" : true,
"Description" : "Default",
"Close Sessions On End" : true,
"Jobs to Ignore" : [
"rlogin",
"ssh",
"slogin",
"telnet"
],
"Non-ASCII Ligatures" : false,
"Scrollback Lines" : 0,
"Scrollback in Alternate Screen" : false,
"Draw Powerline Glyphs" : false,
"Brighten Bold Text" : false,
"Flashing Bell" : false,
"Cursor Guide Color" : {
"Red Component" : 0.70214027166366577,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 0.25,
"Green Component" : 0.92681378126144409
},
"BM Growl" : true,
"Ansi 3 Color" : {
"Green Component" : 0.38823529411764707,
"Blue Component" : 0.10980392156862745,
"Red Component" : 0.87450980392156863
},
"Icon" : 0,
"Use Non-ASCII Font" : true,
"Use Custom Tab Title" : false,
"Shortcut" : "",
"Link Color" : {
"Red Component" : 0,
"Color Space" : "sRGB",
"Blue Component" : 0.73422706127166748,
"Alpha Component" : 1,
"Green Component" : 0.35915294289588928
},
"Background Image Location" : "",
"Bold Color" : {
"Red Component" : 0.24568161368370056,
"Color Space" : "P3",
"Blue Component" : 0.34155774116516113,
"Alpha Component" : 1,
"Green Component" : 0.55420929193496704
},
"Use Cursor Guide" : true,
"Unlimited Scrollback" : true,
"Custom Command" : "No",
"Keyboard Map" : {
"0xf700-0x260000" : {
"Text" : "[1;6A",
"Action" : 10
},
"0x37-0x40000" : {
"Text" : "0x1f",
"Action" : 11
},
"0x32-0x40000" : {
"Text" : "0x00",
"Action" : 11
},
"0xf709-0x20000" : {
"Text" : "[17;2~",
"Action" : 10
},
"0xf70c-0x20000" : {
"Text" : "[20;2~",
"Action" : 10
},
"0xf729-0x20000" : {
"Text" : "[1;2H",
"Action" : 10
},
"0xf72b-0x40000" : {
"Text" : "[1;5F",
"Action" : 10
},
"0xf705-0x20000" : {
"Text" : "[1;2Q",
"Action" : 10
},
"0xf703-0x260000" : {
"Text" : "[1;6C",
"Action" : 10
},
"0xf700-0x220000" : {
"Text" : "[1;2A",
"Action" : 10
},
"0xf701-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x42",
"Action" : 11
},
"0x38-0x40000" : {
"Text" : "0x7f",
"Action" : 11
},
"0x33-0x40000" : {
"Text" : "0x1b",
"Action" : 11
},
"0xf703-0x220000" : {
"Text" : "[1;2C",
"Action" : 10
},
"0xf701-0x240000" : {
"Text" : "[1;5B",
"Action" : 10
},
"0xf70d-0x20000" : {
"Text" : "[21;2~",
"Action" : 10
},
"0xf702-0x260000" : {
"Text" : "[1;6D",
"Action" : 10
},
"0xf729-0x40000" : {
"Text" : "[1;5H",
"Action" : 10
},
"0xf706-0x20000" : {
"Text" : "[1;2R",
"Action" : 10
},
"0x34-0x40000" : {
"Text" : "0x1c",
"Action" : 11
},
"0xf700-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x41",
"Action" : 11
},
"0x2d-0x40000" : {
"Text" : "0x1f",
"Action" : 11
},
"0xf70e-0x20000" : {
"Text" : "[23;2~",
"Action" : 10
},
"0xf702-0x220000" : {
"Text" : "[1;2D",
"Action" : 10
},
"0xf703-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x43",
"Action" : 11
},
"0xf700-0x240000" : {
"Text" : "[1;5A",
"Action" : 10
},
"0xf707-0x20000" : {
"Text" : "[1;2S",
"Action" : 10
},
"0xf70a-0x20000" : {
"Text" : "[18;2~",
"Action" : 10
},
"0x35-0x40000" : {
"Text" : "0x1d",
"Action" : 11
},
"0xf70f-0x20000" : {
"Text" : "[24;2~",
"Action" : 10
},
"0xf703-0x240000" : {
"Text" : "[1;5C",
"Action" : 10
},
"0xf701-0x260000" : {
"Text" : "[1;6B",
"Action" : 10
},
"0xf702-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x44",
"Action" : 11
},
"0xf72b-0x20000" : {
"Text" : "[1;2F",
"Action" : 10
},
"0x36-0x40000" : {
"Text" : "0x1e",
"Action" : 11
},
"0xf708-0x20000" : {
"Text" : "[15;2~",
"Action" : 10
},
"0xf701-0x220000" : {
"Text" : "[1;2B",
"Action" : 10
},
"0xf70b-0x20000" : {
"Text" : "[19;2~",
"Action" : 10
},
"0xf702-0x240000" : {
"Text" : "[1;5D",
"Action" : 10
},
"0xf704-0x20000" : {
"Text" : "[1;2P",
"Action" : 10
}
},
"Ansi 14 Color" : {
"Red Component" : 0.44713622331619263,
"Color Space" : "P3",
"Blue Component" : 0.2904820442199707,
"Alpha Component" : 1,
"Green Component" : 0.96238976716995239
},
"Ansi 2 Color" : {
"Red Component" : 0.24568161368370056,
"Color Space" : "P3",
"Blue Component" : 0.34155774116516113,
"Alpha Component" : 1,
"Green Component" : 0.55420929193496704
},
"Send Code When Idle" : false,
"ASCII Anti Aliased" : true,
"Tags" : [
],
"Ansi 9 Color" : {
"Green Component" : 0.39215686274509803,
"Blue Component" : 0.50196078431372548,
"Red Component" : 1
},
"Use Bold Font" : true,
"Silence Bell" : false,
"Ansi 12 Color" : {
"Red Component" : 0.039215686274509803,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.51764705882352946
},
"Window Type" : 1,
"Use Bright Bold" : true,
"Cursor Text Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.99999994039535522
},
"Default Bookmark" : "No",
"Cursor Color" : {
"Red Component" : 0.11764704436063766,
"Color Space" : "P3",
"Blue Component" : 0.11764704436063766,
"Alpha Component" : 1,
"Green Component" : 0.11764704436063766
},
"Disable Smcup Rmcup" : false,
"Name" : "Default",
"Blinking Cursor" : false,
"Ansi 1 Color" : {
"Green Component" : 0.15294117647058825,
"Blue Component" : 0.32549019607843138,
"Red Component" : 0.83529411764705885
},
"Guid" : "2FC51D80-3B5D-41F2-9BD0-3BA453380CCB",
"Match Background Color" : {
"Red Component" : 0.99999266862869263,
"Color Space" : "P3",
"Blue Component" : 0.33084142208099365,
"Alpha Component" : 1,
"Green Component" : 1
},
"Ansi 8 Color" : {
"Red Component" : 0.26051861047744751,
"Color Space" : "P3",
"Blue Component" : 0.26052087545394897,
"Alpha Component" : 1,
"Green Component" : 0.26052415370941162
},
"Ansi 10 Color" : {
"Red Component" : 0.41951781511306763,
"Color Space" : "P3",
"Blue Component" : 0.50110650062561035,
"Alpha Component" : 1,
"Green Component" : 0.75837099552154541
},
"Idle Code" : 0,
"Badge Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 0.5,
"Green Component" : 0.14910030364990234
},
"Smart Cursor Color" : false,
"Ambiguous Double Width" : false,
"Cursor Type" : 2,
"Ansi 0 Color" : {
"Red Component" : 0.11764704436063766,
"Color Space" : "P3",
"Blue Component" : 0.11764704436063766,
"Alpha Component" : 1,
"Green Component" : 0.11764704436063766
},
"Blur" : false,
"Normal Font" : "IBMPlexMono-Regular 14",
"Vertical Spacing" : 1.26,
"Use Underline Color" : false,
"Ansi 7 Color" : {
"Red Component" : 0.2487092912197113,
"Color Space" : "P3",
"Blue Component" : 0.56971019506454468,
"Alpha Component" : 1,
"Green Component" : 0.56032264232635498
},
"Command" : "",
"Terminal Type" : "xterm-256color",
"Horizontal Spacing" : 1,
"Underline Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0.039215686274509803,
"Alpha Component" : 1,
"Green Component" : 0.62352941176470589
},
"Option Key Sends" : 0,
"Only The Default BG Color Uses Transparency" : true,
"Blink Allowed" : false,
"Minimum Contrast" : 0,
"Ansi 15 Color" : {
"Red Component" : 0.26051861047744751,
"Color Space" : "P3",
"Blue Component" : 0.26052087545394897,
"Alpha Component" : 1,
"Green Component" : 0.26052415370941162
},
"Unicode Version" : 9,
"Ansi 6 Color" : {
"Red Component" : 0.24568161368370056,
"Color Space" : "P3",
"Blue Component" : 0.34155774116516113,
"Alpha Component" : 1,
"Green Component" : 0.55420929193496704
},
"Transparency" : 0,
"Background Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 1
},
"Screen" : -1,
"Non Ascii Font" : "HackNF-Regular 14",
"Ansi 13 Color" : {
"Green Component" : 0.20000000000000001,
"Blue Component" : 0.75294117647058822,
"Red Component" : 0.80784313725490198
},
"Use Tab Color" : false,
"Columns" : 80,
"Unicode Normalization" : 0,
"Visual Bell" : true,
"Custom Directory" : "Recycle",
"ASCII Ligatures" : true,
"Ansi 5 Color" : {
"Green Component" : 0.24705882352941178,
"Blue Component" : 0.94509803921568625,
"Red Component" : 0.50980392156862742
}
},
{
"Ansi 3 Color" : {
"Green Component" : 0.38823529411764707,
"Red Component" : 0.87450980392156863,
"Blue Component" : 0.10980392156862745
},
"Tags" : [
],
"Ansi 12 Color" : {
"Green Component" : 0.59999999999999998,
"Red Component" : 0,
"Blue Component" : 0.88235294117647056
},
"Ansi 7 Color" : {
"Green Component" : 0,
"Red Component" : 0,
"Blue Component" : 0
},
"Draw Powerline Glyphs" : true,
"Bold Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.99999994039535522
},
"Ansi 8 Color" : {
"Green Component" : 0.58039215686274515,
"Red Component" : 0.3411764705882353,
"Blue Component" : 0.87058823529411766
},
"Ansi 9 Color" : {
"Green Component" : 0.39215686274509803,
"Red Component" : 1,
"Blue Component" : 0.50196078431372548
},
"Ansi 4 Color" : {
"Green Component" : 0.37254901960784315,
"Red Component" : 0.15294117647058825,
"Blue Component" : 0.89411764705882357
},
"Rows" : 25,
"Default Bookmark" : "No",
"Ansi 5 Color" : {
"Green Component" : 0.24705882352941178,
"Red Component" : 0.50980392156862742,
"Blue Component" : 0.94509803921568625
},
"Cursor Guide Color" : {
"Red Component" : 0.70214027166366577,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 0.25,
"Green Component" : 0.92681378126144409
},
"Non-ASCII Anti Aliased" : true,
"Use Bright Bold" : true,
"Ansi 10 Color" : {
"Green Component" : 0.73725490196078436,
"Red Component" : 0.23529411764705882,
"Blue Component" : 0.40000000000000002
},
"Icon" : 0,
"Ambiguous Double Width" : false,
"Jobs to Ignore" : [
"rlogin",
"ssh",
"slogin",
"telnet"
],
"Ansi 15 Color" : {
"Red Component" : 0.262603759765625,
"Color Space" : "sRGB",
"Blue Component" : 0.262603759765625,
"Alpha Component" : 1,
"Green Component" : 0.262603759765625
},
"Foreground Color" : {
"Green Component" : 0.22745098039215686,
"Red Component" : 0.2196078431372549,
"Blue Component" : 0.25882352941176473
},
"Bound Hosts" : [
],
"Working Directory" : "\/Users\/cdiarra",
"Blinking Cursor" : false,
"Disable Window Resizing" : true,
"Sync Title" : false,
"Prompt Before Closing 2" : false,
"BM Growl" : true,
"Mouse Reporting" : true,
"Command" : "",
"Description" : "Default",
"Screen" : -1,
"Selection Color" : {
"Red Component" : 0.75743567943572998,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.86943882703781128
},
"Only The Default BG Color Uses Transparency" : true,
"Columns" : 80,
"Idle Code" : 0,
"Ansi 13 Color" : {
"Green Component" : 0.20000000000000001,
"Red Component" : 0.80784313725490198,
"Blue Component" : 0.75294117647058822
},
"Custom Command" : "No",
"ASCII Anti Aliased" : true,
"Non Ascii Font" : "Monaco 12",
"Vertical Spacing" : 1.2,
"Use Bold Font" : true,
"Option Key Sends" : 0,
"Selected Text Color" : {
"Red Component" : 0,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 1,
"Green Component" : 0
},
"Background Color" : {
"Green Component" : 0.97647058823529409,
"Red Component" : 0.97647058823529409,
"Blue Component" : 0.97647058823529409
},
"Character Encoding" : 4,
"Ansi 11 Color" : {
"Green Component" : 0.63921568627450975,
"Red Component" : 0.77254901960784317,
"Blue Component" : 0.19607843137254902
},
"Thin Strokes" : 0,
"Use Italic Font" : true,
"Unlimited Scrollback" : false,
"Keyboard Map" : {
"0xf700-0x260000" : {
"Text" : "[1;6A",
"Action" : 10
},
"0x37-0x40000" : {
"Text" : "0x1f",
"Action" : 11
},
"0x32-0x40000" : {
"Text" : "0x00",
"Action" : 11
},
"0xf709-0x20000" : {
"Text" : "[17;2~",
"Action" : 10
},
"0xf70c-0x20000" : {
"Text" : "[20;2~",
"Action" : 10
},
"0xf729-0x20000" : {
"Text" : "[1;2H",
"Action" : 10
},
"0xf72b-0x40000" : {
"Text" : "[1;5F",
"Action" : 10
},
"0xf705-0x20000" : {
"Text" : "[1;2Q",
"Action" : 10
},
"0xf703-0x260000" : {
"Text" : "[1;6C",
"Action" : 10
},
"0xf700-0x220000" : {
"Text" : "[1;2A",
"Action" : 10
},
"0xf701-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x42",
"Action" : 11
},
"0x38-0x40000" : {
"Text" : "0x7f",
"Action" : 11
},
"0x33-0x40000" : {
"Text" : "0x1b",
"Action" : 11
},
"0xf703-0x220000" : {
"Text" : "[1;2C",
"Action" : 10
},
"0xf701-0x240000" : {
"Text" : "[1;5B",
"Action" : 10
},
"0xf70d-0x20000" : {
"Text" : "[21;2~",
"Action" : 10
},
"0xf702-0x260000" : {
"Text" : "[1;6D",
"Action" : 10
},
"0xf729-0x40000" : {
"Text" : "[1;5H",
"Action" : 10
},
"0xf706-0x20000" : {
"Text" : "[1;2R",
"Action" : 10
},
"0x34-0x40000" : {
"Text" : "0x1c",
"Action" : 11
},
"0xf700-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x41",
"Action" : 11
},
"0x2d-0x40000" : {
"Text" : "0x1f",
"Action" : 11
},
"0xf70e-0x20000" : {
"Text" : "[23;2~",
"Action" : 10
},
"0xf702-0x220000" : {
"Text" : "[1;2D",
"Action" : 10
},
"0xf703-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x43",
"Action" : 11
},
"0xf700-0x240000" : {
"Text" : "[1;5A",
"Action" : 10
},
"0xf707-0x20000" : {
"Text" : "[1;2S",
"Action" : 10
},
"0xf70a-0x20000" : {
"Text" : "[18;2~",
"Action" : 10
},
"0x35-0x40000" : {
"Text" : "0x1d",
"Action" : 11
},
"0xf70f-0x20000" : {
"Text" : "[24;2~",
"Action" : 10
},
"0xf703-0x240000" : {
"Text" : "[1;5C",
"Action" : 10
},
"0xf701-0x260000" : {
"Text" : "[1;6B",
"Action" : 10
},
"0xf702-0x280000" : {
"Text" : "0x1b 0x1b 0x5b 0x44",
"Action" : 11
},
"0xf72b-0x20000" : {
"Text" : "[1;2F",
"Action" : 10
},
"0x36-0x40000" : {
"Text" : "0x1e",
"Action" : 11
},
"0xf708-0x20000" : {
"Text" : "[15;2~",
"Action" : 10
},
"0xf701-0x220000" : {
"Text" : "[1;2B",
"Action" : 10
},
"0xf70b-0x20000" : {
"Text" : "[19;2~",
"Action" : 10
},
"0xf702-0x240000" : {
"Text" : "[1;5D",
"Action" : 10
},
"0xf704-0x20000" : {
"Text" : "[1;2P",
"Action" : 10
}
},
"Window Type" : 0,
"Blink Allowed" : false,
"Cursor Type" : 2,
"Background Image Location" : "",
"Blur" : false,
"Badge Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 0,
"Alpha Component" : 0.5,
"Green Component" : 0.14910030364990234
},
"Scrollback Lines" : 1000,
"Send Code When Idle" : false,
"Close Sessions On End" : true,
"Terminal Type" : "xterm-256color",
"Visual Bell" : true,
"Flashing Bell" : false,
"Silence Bell" : false,
"Ansi 14 Color" : {
"Red Component" : 0,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.51962644635693733
},
"Name" : "Light",
"Cursor Text Color" : {
"Red Component" : 1,
"Color Space" : "sRGB",
"Blue Component" : 1,
"Alpha Component" : 1,
"Green Component" : 0.99999994039535522
},
"Minimum Contrast" : 0.40328776041666664,
"Shortcut" : "",
"Cursor Color" : {
"Red Component" : 0.7807578444480896,
"Color Space" : "sRGB",
"Blue Component" : 0.7807578444480896,
"Alpha Component" : 1,
"Green Component" : 0.78075778484344482
},
"Ansi 0 Color" : {
"Green Component" : 0.89803921568627454,
"Red Component" : 0.89411764705882357,
"Blue Component" : 0.94509803921568625
},
"Guid" : "97EAC02A-FDAB-4E52-B63E-E73339CB32D2",
"Custom Directory" : "No",
"Transparency" : 0,
"Ansi 1 Color" : {
"Green Component" : 0.15294117647058825,
"Red Component" : 0.83529411764705885,
"Blue Component" : 0.32549019607843138
},
"Horizontal Spacing" : 1,
"Use Non-ASCII Font" : false,
"Ansi 6 Color" : {
"Green Component" : 0.38039215686274508,
"Red Component" : 0.15294117647058825,
"Blue Component" : 0.55294117647058827
},
"Normal Font" : "MesloLGS-NF-Regular 13",
"Link Color" : {
"Red Component" : 0,
"Color Space" : "sRGB",
"Blue Component" : 0.73422706127166748,
"Alpha Component" : 1,
"Green Component" : 0.35915294289588928
},
"Ansi 2 Color" : {
"Green Component" : 0.59215686274509804,
"Red Component" : 0.13725490196078433,
"Blue Component" : 0.29019607843137257
},
"Right Option Key Sends" : 0
}
]
}

Binary file not shown.