https://github.com/dreamsofcode-io/dotfiles
https://github.com/dreamsofcode-io/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dreamsofcode-io/dotfiles
- Owner: dreamsofcode-io
- Created: 2023-03-27T01:43:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T14:19:49.000Z (11 months ago)
- Last Synced: 2024-08-13T07:17:46.423Z (8 months ago)
- Language: TypeScript
- Size: 849 KB
- Stars: 204
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
- jimsghstars - dreamsofcode-io/dotfiles - (TypeScript)
README
#+TITLE: dotfiles
This repo contains my dotfile configuration, allowing for a consistent computing experience across multiple machines.
These days I primarily use GNU/Linux via the [[https://archlinux.org][Arch Linux distribution]].I manage the various configuration files in this repo using [[https://www.gnu.org/software/stow/][GNU Stow]]. This allows me to set up symlinks for all of my dotfiles using a single command:
#+begin_src sh
stow .
#+end_src* Inspiration
The inspiration for this configuration comes from the [[https://github.com/daviwil/dotfiles][dotfiles by daviwil]]. If you're looking for inspiration to create your own emacs configuration, or improve your system configuration synchronisation, then I'd suggest watching his videos.