install 썸네일형 리스트형 Install Flutter in MacOS Download The Flutter SDK Flutter SDK LINK Unzip The Flutter SDK $ unzip [path-to-flutter-sdk]/[flutter-sdk-filename].zip Add PATH of flutter $ export PATH="$PATH:`pwd`/flutter/bin" # OR Add IN .bashrc export PATH="$PATH:[path-to-extracted-flutter-sdk]/flutter/bin" Check the dependencies # Check the output for install or further tasks $ flutter doctor # Result [✓] Flutter (Channel stable, v1.7.8+.. 더보기 Install NVIDIA Graphic driver on fedora linux At first check your driver and graphic card. ]$ nvidia-installer -v | grep version]$ uname -a]$ lspci |grep -E "VGA|3D" Go to https://www.nvidia.com/Download/Find.aspx?lang=en-us and Download DriverGo Download Path and add executable permission on the file]$ chmod +x ./NVIDIA-Linux-*.run And then update your packages and install you needed]$ su -]$ dnf update]$ reboot]$ dnf install kernel-devel .. 더보기 [Linux] setup zsh shell # install zshsudo dnf install zsh # install oh-my-zshsudo wget --no-check-certificate http://install.ohmyz.sh -O - | sudo sh # setup zsh to default shellsudo chsh -s /usr/bin/zsh# do this for userchsh -s /usr/bin/zsh # can change zsh setting to ~/.zshrc# can see zsh themes from here https://github.com/robbyrussell/oh-my-zsh/wiki/Themes 더보기 이전 1 2 3 4 다음