This commit is contained in:
2021-02-21 19:47:29 +05:30
parent 7652a1771e
commit e7cbeaef5d
6 changed files with 76 additions and 10 deletions

6
setup_appl.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Setup dependencies
# https://www.reddit.com/r/Art/comments/7ysmt2/lakeside_sunset_digital_8000x4500/
# https://i.imgur.com/E7Naj5o.jpg
test ! -d ~/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash