Sync emacs config and add sqlite for dnf

This commit is contained in:
Leon Grünewald 2021-02-18 22:25:48 +01:00
parent 06afd4066b
commit b21034f1d8
4 changed files with 8 additions and 2 deletions

View file

@ -60,3 +60,7 @@
(database :default "application") (database :default "application")
(server :default "127.0.0.1") (server :default "127.0.0.1")
(port :default 3305))) (port :default 3305)))
(require 'atomic-chrome)
(atomic-chrome-start-server)

View file

@ -145,7 +145,7 @@
php ; perl's insecure younger brother php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional
python ; beautiful is better than ugly (python +lsp) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs ;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6 ;;raku ; the artist formerly known as perl6

View file

@ -9,6 +9,8 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;(package! some-package) ;(package! some-package)
(package! atomic-chrome)
;; To install a package directly from a remote git repo, you must specify a ;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: ;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
;; https://github.com/raxod502/straight.el#the-recipe-format ;; https://github.com/raxod502/straight.el#the-recipe-format

View file

@ -16,7 +16,7 @@ sudo dnf config-manager --set-enabled fedora-cisco-openh264
echo 'Installing base packages...' echo 'Installing base packages...'
sudo dnf install -y \ sudo dnf install -y \
git tar zsh ack mlocate usbutils neofetch which util-linux-user neovim git tar zsh ack mlocate usbutils sqlite neofetch which util-linux-user neovim
echo 'Installing fonts' echo 'Installing fonts'
sudo dnf install -y \ sudo dnf install -y \