change of vim themes, addition of apt/dpkg package installers
This commit is contained in:
11
.config/install-scripts/003-packages.sh
Executable file
11
.config/install-scripts/003-packages.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
packages="htop neovim"
|
||||
|
||||
aptcommand="sudo apt-get"
|
||||
if [[ "$EUID" -eq 0 ]]; then
|
||||
aptcommand="apt-get"
|
||||
fi
|
||||
|
||||
$aptcommand update
|
||||
$aptcommand install -y $packages
|
||||
Reference in New Issue
Block a user