changing apt and font stuff

This commit is contained in:
opal
2024-09-27 13:47:26 -07:00
parent a8e907de50
commit 0f063a4e58
2 changed files with 8 additions and 9 deletions

11
.bashrc
View File

@@ -75,12 +75,11 @@ alias v='nvim'
alias vim='nvim' alias vim='nvim'
alias vi='nvim' alias vi='nvim'
# DNF # APT
alias dnf='dnf5' alias ain='sudo apt install'
alias din='sudo dnf5 install' alias are='sudo apt remove'
alias dre='sudo dnf5 remove' alias aup='sudo apt update && sudo apt upgrade'
alias dup='sudo dnf5 update' alias ase='apt search'
alias dse='dnf5 search'
# alias to show the date # alias to show the date
alias da='date "+%Y-%m-%d %A %T %Z"' alias da='date "+%Y-%m-%d %A %T %Z"'

View File

@@ -27,9 +27,9 @@
(add-hook mode (lambda () (display-line-numbers-mode 0)))) (add-hook mode (lambda () (display-line-numbers-mode 0))))
;; Font configuration ;; Font configuration
(set-face-attribute 'default nil :font "Terminus" :height 200) (set-face-attribute 'default nil :font "Terminus" :height 190)
(set-face-attribute 'fixed-pitch nil :font "Terminus" :height 200) (set-face-attribute 'fixed-pitch nil :font "Terminus" :height 190)
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200) (set-face-attribute 'variable-pitch nil :font "ETBembo" :height 190)
(defun opal/org-font-setup () (defun opal/org-font-setup ()
;; Replace list hyphen with dot ;; Replace list hyphen with dot