This commit is contained in:
Petr Nyc
2023-08-17 18:20:31 +02:00
parent 7d944b0805
commit c32ab09984
5 changed files with 44 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
# enter username/password
git clone --bare https://git.meinlschmidt.org/jetpac/dotfiles.git ~/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git --work-tree=$HOME'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
config checkout
zsh
@@ -34,3 +34,13 @@
- this profile inherits from Default profile
- automatically appears in profiles; set it as default and you should be going
- TODO - table of defined keys
** fonts
For iTerm on mac, the preferred fonts are installed automatically.
You can also download fonts like this:
#+begin_src bash
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf
wget https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf
#+end_src