├── .all-contributorsrc └── README.md /.all-contributorsrc: -------------------------------------------------------------------------------- 1 | { 2 | "files": [ 3 | "README.md" 4 | ], 5 | "imageSize": 100, 6 | "commit": false, 7 | "contributors": [ 8 | { 9 | "login": "geongeorge", 10 | "name": "Geon George", 11 | "avatar_url": "https://avatars1.githubusercontent.com/u/29296982?v=4", 12 | "profile": "http://geongeorge.com", 13 | "contributions": [ 14 | "design" 15 | ] 16 | } 17 | ], 18 | "contributorsPerLine": 7, 19 | "projectName": "Awesome-Workstations", 20 | "projectOwner": "Felixjosemon", 21 | "repoType": "github", 22 | "repoHost": "https://github.com", 23 | "skipCi": true 24 | } 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome-Workstations 🖥🏡💻 2 | 3 | [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) 4 | 5 | 6 | Show off your WFH computer and desk setups! 7 | 8 | A Collection of Real Workspace setups from Real People 9 | 10 | 📫 Want weekly setup pics in your inbox? Join the newsletter [here](https://www.setuphomeofficepro.com/workspace-setups?utm_source=github)! 11 | 12 | 13 | Workplace 14 | Rosen's home office setup 15 | Workplace 16 | Workplace 17 | Workplace 18 | Workspace setup shared by Sean(@memoryboxphotobooth) 19 | Workspace setup shared by Sean(@memoryboxphotobooth) 20 | clean Desk setup 21 | Minimal Desk setup for programmers 22 | Desk setup for photographers 23 | Workstations for designers 24 | Awesome list of workstations 25 | WFH setup 26 | Workplace 27 | 28 | # To Contribute 29 | 30 | If you wish to list your setup here: 31 | 32 | 1. Fork the Project 33 | 2. Create your Feature Branch 34 | 35 | git checkout -b feature/AmazingFeature 36 | 3. Upload your setup on [Imgur](https://imgur.com/upload) or [Pictag.App](https://pictag.app/) (Preferred inorder to tag items) 37 | 4. Commit your Changes 38 | 39 | git commit -m 'Add some AmazingFeature' 40 | 5. Push to the Branch 41 | 42 | git push origin feature/AmazingFeature 43 | 6. Open a Pull Request 44 | 45 | ## Contributors ✨ 46 | 47 | Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 |

Geon George

🎨
57 | 58 | 59 | 60 | 61 | 62 | This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! 63 | --------------------------------------------------------------------------------