aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-16 07:12:50 +0100
committerAkshay <[email protected]>2020-08-16 07:12:50 +0100
commit0d3c2bf11adfc2c374f3576eb94a29d13a33a5e5 (patch)
tree7a9c0126f2334d197e99087ba866cdac1b529766
parentdcf93fb0d3d1c810265c6b7bfab48acb81960700 (diff)
alacritty: fonts
-rw-r--r--alacritty/.config/alacritty/alacritty.yml6
-rw-r--r--bash/.bash_aliases2
2 files changed, 4 insertions, 4 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml
index b2f25a1..a4c6669 100644
--- a/alacritty/.config/alacritty/alacritty.yml
+++ b/alacritty/.config/alacritty/alacritty.yml
@@ -38,19 +38,19 @@ draw_bold_text_with_bright_colors: false
38font: 38font:
39 # The normal (roman) font face to use. 39 # The normal (roman) font face to use.
40 normal: 40 normal:
41 family: Basier Square Mono # should be "Menlo" or something on macOS. 41 family: Liga Input # should be "Menlo" or something on macOS.
42 # Style can be specified to pick a specific face. 42 # Style can be specified to pick a specific face.
43 style: Regular 43 style: Regular
44 44
45 # The bold font face 45 # The bold font face
46 bold: 46 bold:
47 family: Basier Square Mono # should be "Menlo" or something on macOS. 47 family: Liga Input # should be "Menlo" or something on macOS.
48 # Style can be specified to pick a specific face. 48 # Style can be specified to pick a specific face.
49 style: Bold 49 style: Bold
50 50
51 # The italic font face 51 # The italic font face
52 italic: 52 italic:
53 family: Basier Square Mono # should be "Menlo" or something on macOS. 53 family: Liga Input # should be "Menlo" or something on macOS.
54 # Style can be specified to pick a specific face. 54 # Style can be specified to pick a specific face.
55 style: Italic 55 style: Italic
56 56
diff --git a/bash/.bash_aliases b/bash/.bash_aliases
index b078500..76335b5 100644
--- a/bash/.bash_aliases
+++ b/bash/.bash_aliases
@@ -13,7 +13,7 @@ alias tmux='tmux -u'
13alias tree='tree -C' 13alias tree='tree -C'
14alias vim='nvim' 14alias vim='nvim'
15alias vime='nvim ~/.config/nvim/init.vim' 15alias vime='nvim ~/.config/nvim/init.vim'
16alias tb='nc termbin 9999' 16alias tb='nc termbin.com 9999'
17 17
18# git aliases 18# git aliases
19alias gb='git branch -v' 19alias gb='git branch -v'