remove kitty config
parent
4735df8dab
commit
d4d5ca3854
29
setup-mac.sh
29
setup-mac.sh
|
@ -90,33 +90,6 @@ has_bin "zoxide" || nix profile install nixpkgs#zoxide
|
|||
|
||||
PATH="$PATH:$HOME/.nix-profile/bin"
|
||||
|
||||
if [ ! -e /Applications/kitty.app ] ; then
|
||||
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
|
||||
fi
|
||||
|
||||
mkdir -p "$HOME/.config/kitty"
|
||||
|
||||
cat <<EOF > "$HOME/.config/kitty/kitty.conf"
|
||||
font_family Operator Mono Book
|
||||
#bold_font Operator Mono Bold
|
||||
#italic_font Operator Mono Italic
|
||||
#bold_italic_font Operator Mono Bold Italic
|
||||
font_size 20.0
|
||||
cursor_shape block
|
||||
shell_integration no-cursor
|
||||
tab_bar_edge top
|
||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E62F,U+E700-U+E7C5,U+F000-U+F2E0,U+F300-U+F31C,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font
|
||||
remember_window_size yes
|
||||
initial_window_width 130c
|
||||
initial_window_height 35c
|
||||
copy_on_select yes
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Atom One Light
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
EOF
|
||||
|
||||
function newest_wezterm_release() {
|
||||
curl -H "Accept: application/vnd.github+json" -L https://api.github.com/repos/wez/wezterm/releases/latest | jq -r '.assets | map(select(.name | startswith("WezTerm-macos"))) | first.browser_download_url'
|
||||
}
|
||||
|
@ -156,8 +129,6 @@ config.mouse_bindings = {
|
|||
return config
|
||||
EOF
|
||||
|
||||
curl -sw '%{url_effective}\n' -Lo "$HOME/.config/kitty/current-theme.conf" https://git.penguincoder.org/penguincoder/dotfiles/raw/branch/main/dot_config/kitty/current-theme.conf
|
||||
|
||||
curl -sw '%{url_effective}\n' -Lo "$HOME/.config/starship.toml" https://git.penguincoder.org/penguincoder/dotfiles/raw/branch/main/dot_config/starship.toml
|
||||
|
||||
mkdir -p "$HOME/.config/helix"
|
||||
|
|
Loading…
Reference in New Issue