mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
refactor: move examples to their specific folder
This commit is contained in:
@@ -11,12 +11,14 @@ fi
|
||||
pkg bootstrap
|
||||
pkg update
|
||||
pkg install -y \
|
||||
'sudo' \
|
||||
'vim' \
|
||||
'zsh' 'zsh-autosuggestions' 'zsh-completions' 'zsh-navigation-tools' 'zsh-syntax-highlighting'
|
||||
|
||||
# Non-'root' user management
|
||||
|
||||
pw groupmod 'wheel' -m 'username'
|
||||
sed -i '.bak' -E 's|# (%wheel ALL=\(ALL:ALL\) ALL)|\1|' '/usr/local/etc/sudoers'
|
||||
cat > '/home/username/.zshrc' <<-EOF
|
||||
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
Reference in New Issue
Block a user