Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archtaqi/devos-setup
Shell scripts for automated Developer machine setup (MacOS, LInux)
https://github.com/archtaqi/devos-setup
Last synced: about 8 hours ago
JSON representation
Shell scripts for automated Developer machine setup (MacOS, LInux)
- Host: GitHub
- URL: https://github.com/archtaqi/devos-setup
- Owner: ArchTaqi
- Created: 2021-11-13T10:36:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:17:06.000Z (3 months ago)
- Last Synced: 2024-08-30T08:16:29.204Z (3 months ago)
- Language: Shell
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevOS-Setup
Shell scripts for automated Developer machine setup (MacOS, LInux)# My Workstation Setup and Tools
## Multiple SSH Public Keys
```bash
ssh-keygen -t rsa -f ~/.ssh/id_rsa.home
ssh-keygen -t rsa -f ~/.ssh/id_rsa.work
```And in `~/.ssh/config`
```
Host home
Hostname home.example.com
IdentityFile ~/.ssh/id_rsa.home
UserHost work
Hostname work.example.com
IdentityFile ~/.ssh/id_rsa.work
User
```## Software and Systems do I use? - Current Tech Stack
- [x] Password manager [1Password](https://1password.com/)
- [ ] To-do List Manager [Todoist](https://todoist.com/)
- [ ] Read-it-Later: [Instapaper](https://instapaper.com)
- [ ] Note taking and Reference: [Evernote](https://evernote.com/)
- [ ] Higher-level Notes and Project Managment: [Notion](https://www.notion.so)
- [ ] Reading: [Overdrive](https://www.overdrive.com/)
- [ ] Highlights: [Readwise](https://readwise.io/)
- [ ] App automation: [IFTTT](https://ifttt.com/)
- [ ] Journaling: [750 words](https://750words.com/)