You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
293 B
8 lines
293 B
To install on a new host, run the new-host setup script:
|
|
|
|
```sh
|
|
sudo apt install tmux htop git
|
|
bash <(wget -nv -O- 'https://raw.githubusercontent.com/programmablereya/common-configs/master/new-host.sh')
|
|
```
|
|
|
|
More dependencies are required for YouCompleteMe; this must be installed separately.
|
|
|