11 lines
343 B
Bash
11 lines
343 B
Bash
#!/bin/bash
|
|
|
|
echo 'Installing visual-studio-code'
|
|
yay -S visual-studio-code-bin
|
|
|
|
echo 'Installing basic tools using yay...'
|
|
yay -S the_silver_searcher tig neofetch tree xclip mitmproxy fzf
|
|
|
|
echo 'Installing fonts and symbola'
|
|
yay -S noto-fonts noto-fonts-cjk noto-fonts-emoji wqy-microhei ttf-symbola wqy-zenhei adobe-source-han-sans-cn-fonts
|