Skip to content

Commit

Permalink
Update all sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 6, 2023
1 parent 1420383 commit 3067c3f
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ generated from [Doctorfree Open Source Projects](https://github.com/doctorfree).

Currently available workspaces in this registry include:

* `AppImage`: Customized Ubuntu 22.04 desktop with [AppImage Launcher](https://github.com/TheAssassin/AppImageLauncher)
* [Asciiville](https://github.com/doctorfree/Asciiville#readme): Ascii art, utilities, games, more
* `CloudStorage`: Utilizes [rclone](https://github.com/rclone/rclone), a command-line program to manage files on cloud storage
* `Deluxe`: Asciiville, Neovim, Spiderfoot, Wing and more all in one workspace
* [LM Studio](https://github.com/lmstudio-ai): Customized Ubuntu 22.04 desktop with `LM Studio`
* [Neovim](https://github.com/doctorfree/nvim-lazyman#readme): Neovim, neovide, lazyman, much more
* [Project Jupyter](https://en.wikipedia.org/wiki/Project_Jupyter): Jupyter notebooks
* [Spiderfoot](https://github.com/smicallef/spiderfoot): A reconnaissance tool that automatically queries public data sources to gather intelligence
* [Ubuntu desktops](https://en.wikipedia.org/wiki/Ubuntu): Customized Ubuntu Focal and Jammy desktops
* [Wing cloud programming language](https://www.winglang.io): Wing programming language, examples, and editors
* `WingPlus`: The Wing workspace with the Neovim hyper-extensible text editor
* More to come ...

### Workspace features
Expand All @@ -40,7 +46,11 @@ Record Technologies workspaces all include customized desktops with several
additional productivity and development packages preconfigured for ease of use.
For example, the Wing workspaces include Visual Studio Code with the Wing
extension; the Neovim workspaces include Neovide and Lazyman - the Neovim
Configuration Manager.
Configuration Manager, several workspaces include the
[Ranger File Manager](https://github.com/ranger/ranger)
with customized launch configurations and the
[Btop++ system monitor](https://github.com/aristocratos/btop)
with customized configuration and theme.

In most Record Technologies workspaces the
[Kitty terminal emulator](https://sw.kovidgoyal.net/kitty)
Expand Down
2 changes: 1 addition & 1 deletion workspaces/AppImage/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9980
"uncompressed_size_mb": 9950
}
2 changes: 1 addition & 1 deletion workspaces/Asciiville/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"uncompressed_size_mb": 8860
"uncompressed_size_mb": 8820
}
2 changes: 1 addition & 1 deletion workspaces/CloudStorage/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 8920
"uncompressed_size_mb": 8880
}
2 changes: 1 addition & 1 deletion workspaces/LM-Studio/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9990
"uncompressed_size_mb": 9970
}
2 changes: 1 addition & 1 deletion workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 8410
"uncompressed_size_mb": 8380
}
2 changes: 1 addition & 1 deletion workspaces/Spiderfoot/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 3470
"uncompressed_size_mb": 3450
}
2 changes: 1 addition & 1 deletion workspaces/Ubuntu-Focal/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9740
"uncompressed_size_mb": 9710
}
2 changes: 1 addition & 1 deletion workspaces/Ubuntu-Jammy/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9890
"uncompressed_size_mb": 9850
}
2 changes: 1 addition & 1 deletion workspaces/Wing/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 8860
"uncompressed_size_mb": 8820
}
2 changes: 1 addition & 1 deletion workspaces/WingPlus/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9120
"uncompressed_size_mb": 9090
}

0 comments on commit 3067c3f

Please sign in to comment.