diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-07-29 10:22:15 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-07-29 10:22:15 +0200 |
| commit | 5bcc2cc26bbfa127b76aa72692ff2d76f7714b74 (patch) | |
| tree | fe5530ecf60490f01576626eda40c7559a4e9136 /install.sh | |
| parent | 486de7e47f60ff23925b6a807e94e284a15b1c79 (diff) | |
| download | dotfiles-5bcc2cc26bbfa127b76aa72692ff2d76f7714b74.tar.gz dotfiles-5bcc2cc26bbfa127b76aa72692ff2d76f7714b74.tar.bz2 dotfiles-5bcc2cc26bbfa127b76aa72692ff2d76f7714b74.zip | |
erstes tmuxp setup
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -10,6 +10,9 @@ cp abook/abookrc ~/.abook | |||
| 10 | # tmux | 10 | # tmux |
| 11 | cp -R tmux "$CONFIG" | 11 | cp -R tmux "$CONFIG" |
| 12 | 12 | ||
| 13 | # tmuxp | ||
| 14 | cp -R tmuxp "$CONFIG" | ||
| 15 | |||
| 13 | # nvim | 16 | # nvim |
| 14 | cp -R nvim "$CONFIG" | 17 | cp -R nvim "$CONFIG" |
| 15 | 18 | ||
