Files
linux-workspace/README.md
2026-03-15 20:36:02 +01:00

40 lines
641 B
Markdown

# Linux Workspace
Repository of config files, scripts and other staff to enable quick and easy configuring a new computer.
## Quick start
Add to `$HOME/.bashrc` file:
```bash
source $full_path_to_repository/bashrc
```
or install by script
```bash
./install.sh
```
After that each bash login is ready to offer full functionality.
For faster load can be set
`LWS_FAST=1`
For debug log enabled
`LWS_DEBUG=1`
## Directory notes
`opt/` (git-ignored) is used for locally installed tools (e.g. bash-git-prompt, enhancd).
## Quick commands
```bash
# reload full configuration
reload-workspace
# home directory of project
echo $LWS
```