tangled
alpha
login
or
join now
boltless.me
/
dot
0
fork
atom
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
docs: update README
boltless.me
9 months ago
472dc992
4a0d4286
+4
-13
1 changed file
expand all
collapse all
unified
split
README.md
+4
-13
README.md
···
20
20
21
21
```bash
22
22
# install fish config
23
23
-
ln -sf ./fish ~/.config/fish
23
23
+
ln -snf ./fish ~/.config/fish
24
24
25
25
# copy tmux config
26
26
-
ln -sf ./tmux.conf ~/.tmux.conf
26
26
+
ln -snf ./tmux.conf ~/.tmux.conf
27
27
28
28
# install lf config
29
29
-
ln -sf ./lf ~/.config/lf
29
29
+
ln -snf ./lf ~/.config/lf
30
30
31
31
# install wezterm config
32
32
-
ln -sf ./wezterm ~/.config/wezterm
32
32
+
ln -snf ./wezterm ~/.config/wezterm
33
33
# download wezterm terminfo file (see official FAQ)
34
34
tempfile=(mktemp) \
35
35
&& curl -o $tempfile https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo \
···
67
67
brew tap wez/wezterm
68
68
brew install --cask wez/wezterm/wezterm # or wez/wezterm/wezterm-nighly
69
69
```
70
70
-
71
71
-
# TODO
72
72
-
73
73
-
- [ ] Create shell script to check if local config already exists
74
74
-
- [ ] Test this in new Mac
75
75
-
- [ ] Add Brewfile
76
76
-
- [ ] Check this tool
77
77
-
- [ ] [Schniz/fnm](https://github.com/Schniz/fnm)
78
78
-
Rust based node.js version manager