README.md
This commit is contained in:
parent
44acf7d1fb
commit
5924ebea78
2 changed files with 7 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# ArchASP – Arch Sway Pentest
|
||||
# ArchASP – Arch Sway Professor
|
||||
|
||||
<p align="center">
|
||||
<img src=https://raw.githubusercontent.com/grayTerminal-sh/archasp/main/.assets/screen.jpg width="600" height="400" alt="screenshot">
|
||||
|
|
@ -9,7 +9,7 @@ Personal Arch Linux configuration focused on:
|
|||
- Keyboard-driventerminal-first
|
||||
- Terminal-first workflow with Sway and MangoWM, Neovim, Kitty
|
||||
- Catppuccin Mocha themed UI.
|
||||
- Pentest learning
|
||||
- Cyber Learning
|
||||
|
||||
**Goal** :
|
||||
all reproducible from a single install script and a GNU Stow‑managed dotfiles repo.
|
||||
|
|
@ -23,8 +23,6 @@ all reproducible from a single install script and a GNU Stow‑managed dotfiles
|
|||
|
||||
ArchASP is currently in active development.
|
||||
|
||||
An **ArchASP Installer** is also being actively developed, and a
|
||||
dedicated [**archasp-installer**](https://github.com/grayTerminal-sh/archasp-installer) repository has been created for it.
|
||||
|
||||
If you want to contribute, improve the codebase, suggest ideas, or help
|
||||
shape the installer workflow, feel free to contribute to that repository
|
||||
|
|
@ -79,8 +77,11 @@ This setup assumes the following tools are installed (Arch package names):
|
|||
- [catppuccin-gtk-theme-mocha](https://github.com/catppuccin/gtk)
|
||||
- [catppuccin-cursors-mocha](https://github.com/catppuccin/cursors)
|
||||
- [greetd](https://github.com/kennylevinsen/greetd)
|
||||
- [regreet](https://github.com/rharish101/regreet)
|
||||
- [tuigreet](https://github.com/apognu/tuigreet)
|
||||
- [systemd](https://github.com/systemd/systemd) (init system, login manager and user services used for greetd, idle/lock, snapper, timers, etc.)
|
||||
- [wlogout](https://github.com/ArtsyMacaw/wlogout) (Power tool for waybar)
|
||||
- [waybar](https://github.com/Alexays/Waybar) (Status bar with MangoWM)
|
||||
- [mangown](https://github.com/mangowm/mango) (Windows compositor)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"nvim-cmp": { "branch": "main", "commit": "a1d504892f2bc56c2e79b65c6faded2fd21f3eca" },
|
||||
"nvim-colorizer.lua": { "branch": "master", "commit": "a065833f35a3a7cc3ef137ac88b5381da2ba302e" },
|
||||
"nvim-lsp-file-operations": { "branch": "master", "commit": "b9c795d3973e8eec22706af14959bc60c579e771" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "f9349d4d99e7d66403ae8bf4fbd357b154dca7a7" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "3de240997fc3208eb29df5e5c17ba4665961bd84" },
|
||||
"nvim-tcss": { "branch": "main", "commit": "bf9001416158f32fe7e92c42de94de3595aa13e5" },
|
||||
"nvim-treesitter": { "branch": "main", "commit": "4916d6592ede8c07973490d9322f187e07dfefac" },
|
||||
"nvim-ts-autotag": { "branch": "main", "commit": "88c1453db4ba7dd24131086fe51fdf74e587d275" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue