Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SNTag/.dotfiles
For my dotfiles
https://github.com/SNTag/.dotfiles
Last synced: 9 days ago
JSON representation
For my dotfiles
- Host: GitHub
- URL: https://github.com/SNTag/.dotfiles
- Owner: SNTag
- Created: 2019-07-18T13:45:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T03:17:53.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:18:29.120Z (4 months ago)
- Language: YASnippet
- Size: 2.96 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - SNTag/.dotfiles - For my dotfiles (YASnippet)
README
Intro
=====This is a collection of my dotfiles. I'm frequently reinstalling my system and
don't want to waste my time getting my configs back. My dotfiles are written in
such a way to get those important systems back.This dotfile handles my:
- rudimentary/common software
- bioinformatic software
- emacs (my original and my literate doom configs)
- some fonts
- tweaks (quickly adding removable drives, etc)
- zshInstallation Notes
==================
## WarningThe following has not been fully automated:
**In Terminal**
- Installation of *oh-my-zsh*## Notes on usage:
- emacs: run '/scripts/setup-emacs-TagOS.sh'
- bioinformatic software: run '/scripts/setup-bioinformatics-tools.sh'
- zsh: recommended to run '/scripts/setup-zsh-TagOS.sh'. Some modifications to '/scripts/setup-etc-TagOS.sh' would do the same job.
- To setup architecture (rudimentary/common software, some fonts, tweaks) for either debian or arch based, run the appropiate file in '/architecture-handlers'
- Programming languages are set up through scripts under '/programming-languages/Acknowledgments
===============I took inspiration from several sources;
- Sacha Chua
- M-emacs
- etc
- [tomnomnom](https://github.com/tomnomnom/dotfiles)
- [victoriadrake](https://github.com/victoriadrake/dotfiles/blob/ubuntu-19.10/scripts/symlink.sh)