https://github.com/tcodes0/interface
dotfiles, executables and misc
https://github.com/tcodes0/interface
Last synced: 10 months ago
JSON representation
dotfiles, executables and misc
- Host: GitHub
- URL: https://github.com/tcodes0/interface
- Owner: tcodes0
- License: bsd-3-clause
- Created: 2019-09-21T18:34:27.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T17:45:20.000Z (over 1 year ago)
- Last Synced: 2024-12-12T18:48:00.745Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 22.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interface
Things I use to use computers
```bash
# tree -d -L 1
.
├── bin # executables to be added to path
├── dotfiles # dotfiles to be symlinked in $HOME
├── etc # files meant to be symlinked in /etc
└── priv # private
5 directories
```
## Absolute-path symlinks
This repository contains several symbolic links that reference
absolute paths (e.g. under `/home/vacation/` or `/Users/thom.ribeiro/`).
These links work only in environments that have the same directory
structure. When cloning the repo elsewhere, you may encounter broken
links. We found 11 such links, but there may be more.
This happens because this is a personal dotfile repository. You can
replace the prefix with your own home directory if you wish.