https://github.com/tversteeg/dotfiles
Migrated to Codeberg
https://github.com/tversteeg/dotfiles
dotfiles shell viml
Last synced: about 1 year ago
JSON representation
Migrated to Codeberg
- Host: GitHub
- URL: https://github.com/tversteeg/dotfiles
- Owner: tversteeg
- Archived: true
- Created: 2014-01-07T14:37:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T20:33:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T17:44:51.280Z (over 1 year ago)
- Topics: dotfiles, shell, viml
- Language: Shell
- Homepage: https://codeberg.org/fosk/dotfiles
- Size: 2.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
### Usage
```bash
cargo install dotter
git clone git@github.com:tversteeg/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
dotter
```
### Applying new udev rules
```bash
dotter && sudo udevadm control --reload-rules && sudo udevadm trigger
```