Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesephist/dotfiles
Config, scripts, rc files 💻
https://github.com/thesephist/dotfiles
configuration shell unix
Last synced: about 3 hours ago
JSON representation
Config, scripts, rc files 💻
- Host: GitHub
- URL: https://github.com/thesephist/dotfiles
- Owner: thesephist
- License: mit
- Created: 2018-03-21T16:32:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T17:56:55.000Z (11 months ago)
- Last Synced: 2024-01-01T18:36:45.438Z (11 months ago)
- Topics: configuration, shell, unix
- Language: JavaScript
- Size: 64.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thesephist/dotfiles
Config, scripts, rc files 💻
## local/
These files are for "local" machine use, i.e. workstation use.
These assume a rich GUI available, and assumes these machines are where the great majority of file editing and actual development happens.
Configurations here will favor rich user interfaces and convenience over lightweightness, performance, and complexity.
## remote/
These files are for "remote" machine use, i.e. servers and containers use.
These assume I'm accessing the environment through SSH or another shell rather than a rich GUI, and assumes there's little actual development that happens, in lieu of administrative tasks or debugging.
Configurations here will favor performance, simplicity, low dependency on third-party code over convenience and rich user interfaces.
## ocf/
These files are very specifically for configuring the UC Berkeley's [Open Computing Facility workstations](https://www.ocf.berkeley.edu/).
OCF workstations are thin clients that load configurations from an NFS volume on login, and these dotfiles are copied over to the local sshfs for the session.
## sh/
These files are utility shell scripts that can work in a lot of different settings. The use case of each will be detailed within the script.
A great majority of these are for macOS / Linux + BSD environments, but Windows is not intentionally excluded.