changing apt and font stuff
This commit is contained in:
11
.bashrc
11
.bashrc
@@ -75,12 +75,11 @@ alias v='nvim'
|
||||
alias vim='nvim'
|
||||
alias vi='nvim'
|
||||
|
||||
# DNF
|
||||
alias dnf='dnf5'
|
||||
alias din='sudo dnf5 install'
|
||||
alias dre='sudo dnf5 remove'
|
||||
alias dup='sudo dnf5 update'
|
||||
alias dse='dnf5 search'
|
||||
# APT
|
||||
alias ain='sudo apt install'
|
||||
alias are='sudo apt remove'
|
||||
alias aup='sudo apt update && sudo apt upgrade'
|
||||
alias ase='apt search'
|
||||
|
||||
# alias to show the date
|
||||
alias da='date "+%Y-%m-%d %A %T %Z"'
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
|
||||
;; Font configuration
|
||||
(set-face-attribute 'default nil :font "Terminus" :height 200)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Terminus" :height 200)
|
||||
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200)
|
||||
(set-face-attribute 'default nil :font "Terminus" :height 190)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Terminus" :height 190)
|
||||
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 190)
|
||||
|
||||
(defun opal/org-font-setup ()
|
||||
;; Replace list hyphen with dot
|
||||
|
||||
Reference in New Issue
Block a user