diff options
| author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-21 15:02:27 +0100 |
|---|---|---|
| committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-21 15:02:27 +0100 |
| commit | ac940115366bae51bb232b46ffa98ec00ffa6c14 (patch) | |
| tree | 94f377e518298838f2c96ec031d5e8a672aabded /README.md | |
| parent | c0976dd9e0ef49afbfe911d4c9f55c0774a8cff6 (diff) | |
changed font and added stuff to the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 25 insertions, 1 deletions
@@ -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 |