zhenglaizhang / arch-quest

all stuff about arch linux as personal workstation OS
0 stars 0 forks source link

Manjaro Setup #9

Open zhenglaizhang opened 5 years ago

zhenglaizhang commented 5 years ago
# create bootable usb disk
sudo dd bs=4M if=/home/zhenglai/Downloads/manjaro-gnome-18.0-stable-x86_64.iso of=/dev/sdb status=progress oflag=sync

#排列源
sudo pacman-mirrors -g
#同步 固态硬盘下不必操作
sudo pacman-optimize && sync
#升级系统
sudo pacman -Syyu

# update archlinuxcn 
# append following to file /etc/pacman.conf
# [archlinuxcn]
# SigLevel = Optional TrustedOnly
# Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch 

sudo pacman -Syyu && sudo pacman -S archlinuxcn-keyring

sudo pacman -S --needed zsh 
# sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# chsh -s /bin/zsh

sudo pacman -S --needed intellij-idea-community-edition intellij-idea-ultimate-edition-jre google-chrome jdk fcitx-sogoupinyin fcitx-im fcitx-configtool foxitreader vlc docker

sudo usermod -aG docker $USER

yaourt spring-boot-cli jmeter

cp .xprofile ~/.xprofile 
fcitx-configtool
# relogin or run fcitx
zhenglaizhang commented 5 years ago

https://www.jianshu.com/p/f2c9ee00698c

zhenglaizhang commented 5 years ago
archlinux-java status
sudo archlinux-java set java-10-jdk/jre
sudo archlinux-java fix
java -version
zhenglaizhang commented 5 years ago

Maven

mvn -T 4 clean install # Builds with 4 threads
mvn -T 1C clean install # 1 thread per cpu core
mvn -T 1.5C clean install # 1.5 thread per cpu core
zhenglaizhang commented 5 years ago
yaourt valentina-studio