Fixed incorrect exports for NVM, added cmake
This commit is contained in:
@ -4,4 +4,4 @@
|
|||||||
sudo pacman -Syuu
|
sudo pacman -Syuu
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
sudo pacman -S vim code unrar base-devel vlc firefox -q --noconfirm
|
sudo pacman -S vim code unrar base-devel vlc firefox cmake -q --noconfirm
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# NVM
|
# NVM
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
|
||||||
source NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user