Skip to content

Commit

Permalink
Updated fonts and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
g-erson committed Sep 9, 2018
1 parent 4b40268 commit c2851e3
Show file tree
Hide file tree
Showing 4 changed files with 2,732 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .config/oni/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ exports.configuration = {
"oni.useDefaultConfig": true,
"oni.bookmarks": ["~/Documents"],
"editor.textMateHighlighting.enabled" : true,
"editor.fontSize": "12px",
"editor.fontFamily": "Monaco",
"editor.fontSize": "15px",
//"editor.fontFamily": "Monaco",
"editor.fontFamily": "MonofurForPowerline",
// UI customizations
"ui.animations.enabled": true,
"ui.fontSmoothing": "auto"
Expand Down
4 changes: 2 additions & 2 deletions .config/oni/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const configuration = {

"oni.useDefaultConfig": true,
"oni.bookmarks": ["~/Documents"],
"editor.fontSize": "12px",
"editor.fontFamily": "Monaco",
"editor.fontSize": "14px",
"editor.fontFamily": "MonofurForPowerline",

// UI customizations
"ui.animations.enabled": true,
Expand Down
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ plugins=(
virtualenv
web-search
zsh-syntax-highlighting
zsh-autosuggestions
)

source $ZSH/oh-my-zsh.sh
Expand All @@ -97,7 +98,7 @@ prompt pure

compinit
# Completion for kitty
kitty + complete setup zsh | source /dev/stdin
#kitty + complete setup zsh | source /dev/stdin

# User configuration

Expand Down
Loading

0 comments on commit c2851e3

Please sign in to comment.