https://github.com/lesovsky/workspace
Automation for manage local workspace
https://github.com/lesovsky/workspace
Last synced: 5 months ago
JSON representation
Automation for manage local workspace
- Host: GitHub
- URL: https://github.com/lesovsky/workspace
- Owner: lesovsky
- Created: 2022-08-03T06:56:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T16:10:55.000Z (about 3 years ago)
- Last Synced: 2025-02-01T01:01:53.271Z (over 1 year ago)
- Language: Jinja
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workspace
Tools for create and manage workspace.
## Getting started
1. Upgrade the system and reboot before the start.
```
$ sudo apt update && sudo apt upgrade -y
$ sudo apt autoremove
$ sudo reboot
```
2. Install core dependencies, download `workspace` repo.
```
$ sudo apt install --no-install-recommends git make python3-pip virtualenv
$ git clone https://github.com/lesovsky/workspace ~/Git/github.com/lesovsky/workspace
```
3. Init repo and start `workspace` setup.
```
$ cd ~/Git/github.com/lesovsky/workspace
$ make init
$ source ~/.python-env-workspace/bin/activate
$ cd ansible
$ ansible-playbook --ask-become-pass plays/setup-workspace.yaml
```