Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidag/dotfiles
Dotfiles for bash, git, neovim and xorg.
https://github.com/davidag/dotfiles
Last synced: about 19 hours ago
JSON representation
Dotfiles for bash, git, neovim and xorg.
- Host: GitHub
- URL: https://github.com/davidag/dotfiles
- Owner: davidag
- Created: 2023-01-18T12:20:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T17:57:29.000Z (3 months ago)
- Last Synced: 2024-07-28T19:14:49.435Z (3 months ago)
- Language: Python
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My dotfiles
===========These are the dotfiles I currently use. I work on Debian Linux, mainly doing Python programming. I'm working towards a keyboard-centric workflow, though there's much room for improvement.
I've gone through several dotfiles management alternatives and I'm finally going all in with making my $HOME folder a git repository. I expect this setup to be both less error-prone and more clear.
Usage:
cd ~
git init
git remote add origin [email protected]:davidag/dotfiles.git
git pull --force --recurse-submodules