Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/targetdisk/dotties
A slowly-expanding collection of my dotfiles
https://github.com/targetdisk/dotties
Last synced: 28 days ago
JSON representation
A slowly-expanding collection of my dotfiles
- Host: GitHub
- URL: https://github.com/targetdisk/dotties
- Owner: targetdisk
- License: mit
- Created: 2023-06-02T03:11:28.000Z (over 1 year ago)
- Default Branch: mane
- Last Pushed: 2024-05-23T00:32:51.000Z (8 months ago)
- Last Synced: 2024-05-23T00:37:53.432Z (8 months ago)
- Language: Vim Script
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOTTIES
This is my personal dotfiles repository. Welcome!## Installing
### GNU/Linux and MinGW64/Msys2/Clang64
Install my dot files with:
```
$ make install
```### BSD and Mac
Make sure you have the GNU Coreutils (for `ginstall`) and GNU Make (`gmake`)
installed from your ports tree. On MacPorts and FreeBSD these are provided with
the `coreutils` and `gmake` ports/packages, respectively.Once you've GNU-ified your system, you can install my dotties with:
```
$ gmake install
```