Open Powershell windows and run line by line
powershell Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop was installed successfully
scoop install neofetch
neofetch
| ##install https://brew.sh | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew update | |
| brew upgrade | |
| ##nvidia gfx driver install | |
| https://github.com/vulgo/webdriver.sh |
Open Powershell windows and run line by line
powershell Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop was installed successfully
scoop install neofetch
neofetch
| #!/bin/bash | |
| # License: MIT. See license file in root directory | |
| # Copyright(c) JetsonHacks (2017-2019) | |
| # Modify by SouthernVEVO (2021-2022) | |
| cd ~ | |
| OPENCV_VERSION=4.4.0 | |
| #4.5.3 | |
| # Jetson Nano |
sudo apt update
sudo apt install -y fuse libfuse3-3 libfuse3-dev bzip2 libbz2-dev libicu-dev libz-dev libattr1-dev
sudo apt install -y zlib1g-dev clang cmake gcc-c++ git g++ build-essential
For older versions of Ubuntu, please install:
sudo apt install -y fuse libfuse-dev libicu-dev bzip2 cmake libz-dev libbz2-dev libattr1-dev
sudo apt install -y clang git g++ build-essential
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "version": 2, | |
| "final_space": true, | |
| "console_title_template": "{{ .Shell }} in {{ .Folder }}", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false |