alacritty & install.sh: macos compliant
This commit is contained in:
@@ -53,24 +53,24 @@ draw_bold_text_with_bright_colors: true
|
|||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
family: "Terminus (TTF)" # should be "Menlo" or something on macOS.
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
style: Regular
|
style: Medium
|
||||||
|
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
family: "Terminus (TTF)" # should be "Menlo" or something on macOS.
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: "xos4 Terminus" # should be "Menlo" or something on macOS.
|
family: "Terminus (TTF)" # should be "Menlo" or something on macOS.
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
# style: Italic
|
style: Italic
|
||||||
|
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 12.0
|
size: 16.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. offset.y can be thought of
|
# Offset is the extra space around each character. offset.y can be thought of
|
||||||
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
||||||
@@ -88,7 +88,7 @@ font:
|
|||||||
# OS X only: use thin stroke font rendering. Thin strokes are suitable
|
# OS X only: use thin stroke font rendering. Thin strokes are suitable
|
||||||
# for retina displays, but for non-retina you probably want this set to
|
# for retina displays, but for non-retina you probably want this set to
|
||||||
# false.
|
# false.
|
||||||
use_thin_strokes: true
|
AppleFontSmoothing: true
|
||||||
|
|
||||||
# Should display the render timer
|
# Should display the render timer
|
||||||
debug:
|
debug:
|
||||||
@@ -166,7 +166,8 @@ bell:
|
|||||||
duration: 0
|
duration: 0
|
||||||
|
|
||||||
# Background opacity
|
# Background opacity
|
||||||
background_opacity: 1.0
|
window:
|
||||||
|
opacity: 1.0
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -46,7 +46,9 @@ do
|
|||||||
rm -r trizen*
|
rm -r trizen*
|
||||||
elif [[ $machine == 'Darwin' ]]; then
|
elif [[ $machine == 'Darwin' ]]; then
|
||||||
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
brew install alacritty terminus
|
brew tap homebrew/cask-fonts
|
||||||
|
brew install alacritty
|
||||||
|
brew install --cask font-terminus
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user