mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Update my config and add Starship
This commit is contained in:
parent
d6dbc20746
commit
b60debfabd
@ -5,5 +5,6 @@
|
||||
"nyxt": "$HOME/.config/nyxt",
|
||||
"newsboat": "$HOME/.config/newsboat",
|
||||
"rofi": "$HOME/.config/rofi",
|
||||
"starship": "$HOME/.config",
|
||||
"slop": "$HOME/.config/slop"
|
||||
}
|
||||
|
@ -29,7 +29,8 @@
|
||||
|
||||
;; If you use `org' and don't want your org files in the default location below,
|
||||
;; change `org-directory'. It must be set before org loads!
|
||||
(setq org-directory "~/writings/orgnotes")
|
||||
(setq org-directory "~/writings/orgnotes"
|
||||
org-roam-directory "~/writings/wiki")
|
||||
|
||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||
@ -93,7 +94,6 @@
|
||||
time-stamp-start "DATE_MODIFIED:[ ]+\\\\?[\"<]+"
|
||||
|
||||
; Configure org-roam.
|
||||
org-roam-directory "~/writings/wiki"
|
||||
org-roam-capture-templates '(
|
||||
("d" "default" plain (function org-roam--capture-get-point)
|
||||
"#+AUTHOR: \"%(user-full-name)\"
|
||||
@ -121,10 +121,6 @@
|
||||
|
||||
(add-to-list 'org-modules 'org-checklist)
|
||||
|
||||
; Activate minimap for all program-based modes (e.g., web-mode, python-mode) and text-based modes (e.g., org-mode, markdown-mode).
|
||||
(after! minimap
|
||||
(setq minimap-major-modes '(prog-mode text-mode org-mode)))
|
||||
|
||||
; Org-roam-bibtex is somehow a horrible name.
|
||||
; I guess that's why they insist on calling it ORB.
|
||||
(use-package! org-roam-bibtex
|
||||
|
@ -52,7 +52,7 @@
|
||||
(evil +everywhere); come to the dark side, we have cookies
|
||||
file-templates ; auto-snippets for empty files
|
||||
fold ; (nigh) universal code folding
|
||||
;;(format +onsave) ; automated prettiness
|
||||
format ; automated prettiness
|
||||
;;god ; run Emacs commands without modifier keys
|
||||
;;lispy ; vim for lisp, for people who don't like vim
|
||||
;;multiple-cursors ; editing in many places at once
|
||||
@ -76,7 +76,7 @@
|
||||
vterm ; the best terminal emulation in Emacs
|
||||
|
||||
:checkers
|
||||
;;syntax ; tasing you for every semicolon you forget
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
;;spell ; tasing you for misspelling mispelling
|
||||
;;grammar ; tasing grammar mistake every you make
|
||||
|
||||
|
@ -56,8 +56,11 @@
|
||||
:recipe (:host github
|
||||
:repo "org-roam/org-roam-bibtex"))
|
||||
|
||||
; Since org-roam-bibtex is a connector to all of the specified packages and in alpha stage, it can be problematic so we'll disable it for now.
|
||||
(unpin! org-roam company-org-roam)
|
||||
;; Inline errors? Hoorah!
|
||||
(package! flycheck-inline)
|
||||
|
||||
;; Since org-roam-bibtex is a connector to all of the specified packages and in alpha stage, it can be problematic so we'll disable it for now.
|
||||
;(unpin! org-roam company-org-roam)
|
||||
|
||||
; A minimap in case you have Stockholm Syndrome for your bloated IDEs. :)
|
||||
(package! minimap
|
||||
|
@ -25,3 +25,4 @@ bind-key d pagedown
|
||||
bind-key r reload-all
|
||||
bind-key R reload
|
||||
|
||||
reload-threads 50
|
||||
|
@ -24,6 +24,8 @@ http://tonsky.me/blog/atom.xml blog.personal
|
||||
https://venam.nixers.net/blog/feed.xml blog.personal
|
||||
https://willschenk.com/feed.xml blog.personal
|
||||
https://www.malloc47.com/rss.xml blog.personal
|
||||
https://www.copetti.org/index.xml blog.personal computer.architecture
|
||||
https://www.agwa.name/blog/feed blog.personal computer.security
|
||||
|
||||
https://www.davidrevoy.com/feed/rss blog.personal art
|
||||
|
||||
|
2
starship/starship.toml
Normal file
2
starship/starship.toml
Normal file
@ -0,0 +1,2 @@
|
||||
# Use custom format
|
||||
add_newline = false
|
@ -121,3 +121,10 @@ super + {Up,Down,Left,Right}
|
||||
super + shift {Up,Down,Left,Right}
|
||||
bspc node {north,south,west,east} --swap focused --follow
|
||||
|
||||
# The Vim keybindings.
|
||||
super + {k,j,h,l}
|
||||
bspc node {north,south,west,east} --focus
|
||||
|
||||
super + shift {k,j,h,l}
|
||||
bspc node {north,south,west,east} --swap focused --follow
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user