Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasteph/config
My GNU/Linux config. Emacs, poetry, fonts, rofi, alacritty.
https://github.com/kasteph/config
doom dots emacs gnu-linux linux org-mode org-noter org-roam rice
Last synced: 12 days ago
JSON representation
My GNU/Linux config. Emacs, poetry, fonts, rofi, alacritty.
- Host: GitHub
- URL: https://github.com/kasteph/config
- Owner: kasteph
- Created: 2020-12-23T21:17:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T11:42:36.000Z (over 2 years ago)
- Last Synced: 2024-10-05T08:07:15.729Z (about 1 month ago)
- Topics: doom, dots, emacs, gnu-linux, linux, org-mode, org-noter, org-roam, rice
- Language: Emacs Lisp
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# config
Clone into `~/.config`: `git clone [email protected]:stephsamson/config.git ~/.config`.
## Bill of Items
* emacs
* doom
* rofi
* alacritty
* poetry
* pyenv
* tmux## Symlinks
From `$HOME`:
``` sh
$ ln -Ts ~/.config/.doom.d/ .
$ ln -s ~/.config/.gitconfig .
$ ln -s ~/.config/.bash* .
$ ln -s ~/.config/.tmux.conf .
```