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: 3 months 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 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T11:42:36.000Z (about 3 years ago)
- Last Synced: 2025-03-29T02:03:19.769Z (7 months 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 git@github.com: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 .
```