Sync emacs config and add sqlite for dnf
This commit is contained in:
parent
06afd4066b
commit
b21034f1d8
4 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue