Compare commits

...

2 Commits

Author SHA1 Message Date
Jay 39e1ec1c7f Merge branch 'master' of ssh://git.trj.tw:10022/jay/dotter 2023-01-19 00:04:42 +08:00
Jay 3d8c430dc7 update 2023-01-19 00:03:59 +08:00
2 changed files with 5 additions and 5 deletions

View File

@ -29,9 +29,9 @@ window:
# Number of lines/columns (not pixels) in the terminal. The number of columns
# must be at least `2`, while using a value of `0` for columns and lines will
# fall back to the window manager's recommended size.
#dimensions:
# columns: 0
# lines: 0
dimensions:
columns: 210
lines: 65
# Window position (changes require restart)
#
@ -152,7 +152,7 @@ font:
#style: Bold Italic
# Point size
size: 10.0
size: 8.0
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@ -37,7 +37,7 @@ zinit snippet OMZ::plugins/tmux
{{/if}}
# theme
zinit light "tinyRatP/ys"
zinit light "otakukaze/zsh-ys-theme"
# auto load other zshfiles
[ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"