diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-23 20:55:53 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-23 20:55:53 +0200 |
commit | 175cb871d9dd165253d0ee9687554a9c152ac992 (patch) | |
tree | 63721d85e6ccc9a38df6c8c0265787052b4a7b58 /README.md | |
parent | 38c1296c06fa2c9948c2de1c3b5581d9b5e96105 (diff) |
Updates to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 11 insertions, 31 deletions
@@ -6,44 +6,24 @@ A living document... Write detailed installation instruction here... -## Arch - -TBC - -## macOS - -TBC - -## Common - -TBC - -## Alacritty - -https://github.com/alacritty/alacritty - - -## Nerd Fonts +Install Artix, just follow Luke's tutorial on artix... ``` -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 +Install bluez and other good to have software, e.g. browser, fonts,nvim etc +dont forget to link runit +``` -fc-match "Space Mono Nerd Font" +Fetch the config with: -# If installed correctly should return a match. +``` +alias config='/usr/bin/git --git-dir=$HOME/dotfiles --work-tree=$HOME' +echo "dotfiles" >> .gitignore +git clone --bare https://gitlab.com/aktersnurra/dotfiles $HOME/dotfiles +``` +Now what? -# When everything seems to be working, remove nerd-fonts/ directory as it is no longer needed. -rm -rf nerd-fonts/ -``` ## Python |