1
0
Fork 0
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.
 
 
 
 
 
 
common-configs/README.md

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.