DotHub/albert/README.md
Rob C. 775548ba39 Add tmux
Update opensuse
Update readme
2025-01-09 02:11:08 +01:00

15 lines
277 B
Markdown

# Albert
My configuration for [Albert](https://albertlauncher.github.io).
## Installation
Symlink `config` to `$XDG_CONFIG_HOME/albert/config`.
## Automatic Installation (Linux)
```bash
mkdir -p $XDG_CONFIG_HOME/albert
ln -s $PWD/config $XDG_CONFIG_HOME/albert/config
```