Skip to content

Instantly share code, notes, and snippets.

@lesstif
Last active September 30, 2020 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lesstif/2437c552cd2a64df5e5f60401f733de2 to your computer and use it in GitHub Desktop.
Save lesstif/2437c552cd2a64df5e5f60401f733de2 to your computer and use it in GitHub Desktop.
만자로 리눅스(manjaro linux) AUR 패키지
#!/bin/bash
## install devel package
sudo pacman -Sy base-devel git
## install AUR-helper
sudo pacman -Sy yay
## install chrome
yay -Sy google-chrome
## install font
yay -Sy nerd-fonts-jetbrains-mono \
ttf-d2coding \
nerd-fonts-source-code-pro \
nerd-fonts-hack
##
yay -Sy bcompare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment