diff options
Diffstat (limited to 'guides/setups')
| -rw-r--r-- | guides/setups/dotfiles.md | 5 | ||||
| -rw-r--r-- | guides/setups/nc10-laptop/debian-buster.org | 13 |
2 files changed, 7 insertions, 11 deletions
diff --git a/guides/setups/dotfiles.md b/guides/setups/dotfiles.md index c51f4cb..5cb0637 100644 --- a/guides/setups/dotfiles.md +++ b/guides/setups/dotfiles.md @@ -13,10 +13,11 @@ alias sudo='sudo ' ``` ini [user] - name = … - email = … + name = … # Not needed if GECOS field is set in /etc/passwd. + email = … # Not needed if $EMAIL is set. [alias] root = rev-parse --show-toplevel forget = update-index --assume-unchanged remember = update-index --no-assume-unchanged + wut = log --branches --decorate --graph --oneline ``` diff --git a/guides/setups/nc10-laptop/debian-buster.org b/guides/setups/nc10-laptop/debian-buster.org index a22bdbe..a845cc1 100644 --- a/guides/setups/nc10-laptop/debian-buster.org +++ b/guides/setups/nc10-laptop/debian-buster.org @@ -1,13 +1,6 @@ * Installation Installer does not recognize the touchpad, for some reason. -#+BEGIN_QUOTE -[The real name of this user] will be used for instance as default -origin for emails sent by this user. -#+END_QUOTE - -I wonder if Gnus will automatically pick this up? - * First boot #+BEGIN_QUOTE A start job is running for Load AppArmor profiles @@ -306,6 +299,8 @@ References: #+END_SRC - apt install fonts-noto-color-emoji -- mousepad and xfce4-terminal seem to pick the font up out of the box, +- mousepad and xfce4-terminal seem to pick the font up out of the box - Firefox 69 displays ☺ with DejaVu Sans Mono -- Emacs 27 only succeeds in displaying ☺ (with DejaVu Sans Mono) +- Emacs 27 with =(set-fontset-font t nil "Noto Color Emoji")= can + display everything with Noto Color Emoji except ☺, which remains + with DejaVu Sans Mono |
