2025-01-09 00:43:45 +01:00
|
|
|
# Albert
|
|
|
|
|
|
|
|
My configuration for [Albert](https://albertlauncher.github.io).
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Symlink `config` to `$XDG_CONFIG_HOME/albert/config`.
|
2025-01-09 02:11:08 +01:00
|
|
|
|
|
|
|
## Automatic Installation (Linux)
|
|
|
|
|
|
|
|
```bash
|
|
|
|
mkdir -p $XDG_CONFIG_HOME/albert
|
|
|
|
ln -s $PWD/config $XDG_CONFIG_HOME/albert/config
|
|
|
|
```
|