Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luni-4/dotfiles
Luni's dotfiles
https://github.com/luni-4/dotfiles
Last synced: about 1 month ago
JSON representation
Luni's dotfiles
- Host: GitHub
- URL: https://github.com/luni-4/dotfiles
- Owner: Luni-4
- Created: 2018-07-23T14:52:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T09:52:24.000Z (11 months ago)
- Last Synced: 2024-12-05T17:48:11.244Z (about 2 months ago)
- Language: Vim Script
- Size: 978 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luni's dotfiles
These are my dotfiles, feel free to use them as you like.
The files are handled by `GNU/Stow`. You can install it with this command:sudo apt install stow
If you want to install the packages' dotfiles into your `$HOME`, you must run
the `install` script in this way:python install [package 1] [package 2] .... [package n]
If no argument is specified, the script will install all packages.
Only the `scripts` directory is not installed.
It contains a series of scripts that are not handled by `GNU/Stow`.If you want to re-install configuration files run:
```console
./install-configs -R
```