summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2021-02-21 15:02:27 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2021-02-21 15:02:27 +0100
commitac940115366bae51bb232b46ffa98ec00ffa6c14 (patch)
tree94f377e518298838f2c96ec031d5e8a672aabded
parentc0976dd9e0ef49afbfe911d4c9f55c0774a8cff6 (diff)
changed font and added stuff to the README
-rw-r--r--.config/alacritty/alacritty.yml10
-rw-r--r--.config/zsh/antigen_pkgs.zsh.zwcbin1192 -> 1120 bytes
-rw-r--r--README.md26
3 files changed, 30 insertions, 6 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index e478e3b..b9744f2 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -49,27 +49,27 @@ colors:
cyan: '#6d96a5'
white: '#aeb3bb'
-background_opacity: 0.99
+background_opacity: 1.0
font:
# The normal (roman) font face to use.
normal:
- family: Hack Nerd Font Mono
+ family: Space Mono Nerd Font
# Style can be specified to pick a specific face.
style: Regular
# The bold font face
bold:
- family: Hack Nerd Font Mono
+ family: Space Mono Nerd Font
# Style can be specified to pick a specific face.
# style: Bold
# The italic font face
italic:
- family: Hack Nerd Font Mono
+ family: Space Mono Nerd Font
# Style can be specified to pick a specific face.
# style: Italic
- size: 14.0
+ size: 11.0
offset:
x: 0
diff --git a/.config/zsh/antigen_pkgs.zsh.zwc b/.config/zsh/antigen_pkgs.zsh.zwc
index 4fdb8ab..ee471d0 100644
--- a/.config/zsh/antigen_pkgs.zsh.zwc
+++ b/.config/zsh/antigen_pkgs.zsh.zwc
Binary files differ
diff --git a/README.md b/README.md
index 6b847d1..69025ef 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,26 @@
# Dotfiles
+A living document...
+
+## Nerd Fonts
+
+```
+git clone https://github.com/ryanoasis/nerd-fonts
+
+./nerd-fonts/install.sh
+
+# If they don't show up
+fc-cache -r
+
+# Try finding Space Mono
+
+fc-match "Space Mono Nerd Font"
+
+# If installed correctly should return a match.
+
+```
+
+
## Lazy
@@ -11,8 +32,11 @@ https://github.com/jesseduffield/lazydocker
https://github.com/jesseduffield/lazygit
+## Tmux
-
+```
+git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
+```
## NCDU