mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
fix(readme): correct repo name in server config download URLs
This commit is contained in:
@@ -252,10 +252,10 @@ A lightweight tmux configuration (`.tmux-server.conf`) is available for remote s
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Using curl
|
# Using curl
|
||||||
curl -fsSL https://raw.githubusercontent.com/boxpositron/dotfiles/main/.tmux-server.conf -o ~/.tmux.conf
|
curl -fsSL https://raw.githubusercontent.com/boxpositron/absolute-dotfiles/main/.tmux-server.conf -o ~/.tmux.conf
|
||||||
|
|
||||||
# Or using wget
|
# Or using wget
|
||||||
wget -qO ~/.tmux.conf https://raw.githubusercontent.com/boxpositron/dotfiles/main/.tmux-server.conf
|
wget -qO ~/.tmux.conf https://raw.githubusercontent.com/boxpositron/absolute-dotfiles/main/.tmux-server.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
**If tmux is already running**, reload the config:
|
**If tmux is already running**, reload the config:
|
||||||
|
|||||||
Reference in New Issue
Block a user