update
This commit is contained in:
12
README.org
12
README.org
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user