mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 10:40:09 +00:00
added cpu-x
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c7641efe61
commit
0f29bceb32
19
post-install
19
post-install
@ -62,6 +62,7 @@ FEATURES=(
|
|||||||
dnf
|
dnf
|
||||||
flatpak
|
flatpak
|
||||||
npm
|
npm
|
||||||
|
vim
|
||||||
|
|
||||||
start-services
|
start-services
|
||||||
start-user-services
|
start-user-services
|
||||||
@ -119,7 +120,7 @@ PKG_DNF=(
|
|||||||
|
|
||||||
# tools...
|
# tools...
|
||||||
openssl gpm
|
openssl gpm
|
||||||
mc tmux bat htop
|
mc tmux bat htop cpu-x
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
||||||
# tty fonts...
|
# tty fonts...
|
||||||
@ -131,7 +132,7 @@ PKG_DNF=(
|
|||||||
terminus-fonts-grub2
|
terminus-fonts-grub2
|
||||||
|
|
||||||
# dev...
|
# dev...
|
||||||
vim gvim vifm
|
vifm
|
||||||
git nodejs
|
git nodejs
|
||||||
p7zip zip unrar
|
p7zip zip unrar
|
||||||
|
|
||||||
@ -210,6 +211,7 @@ ALL_FEATURES=(
|
|||||||
flatpak
|
flatpak
|
||||||
snap
|
snap
|
||||||
npm
|
npm
|
||||||
|
vim
|
||||||
|
|
||||||
start-services
|
start-services
|
||||||
|
|
||||||
@ -254,11 +256,7 @@ function feature-user-copy(){
|
|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
function feature-dnf(){
|
function feature-dnf(){
|
||||||
@ sudo dnf update
|
@ sudo dnf update
|
||||||
|
|
||||||
@setupList sudo dnf install - ${PKG_DNF[@]}
|
@setupList sudo dnf install - ${PKG_DNF[@]}
|
||||||
|
|
||||||
# default editor...
|
|
||||||
@ sudo dnf install vim-default-editor --allowerasing
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -298,6 +296,14 @@ function feature-start-user-services(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
function feature-vim(){
|
||||||
|
@ sudo dnf install vim gvim
|
||||||
|
# default editor...
|
||||||
|
@ sudo dnf install vim-default-editor --allowerasing
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
function feature-keyd(){ (
|
function feature-keyd(){ (
|
||||||
@ mkdir -p ~/work/EXTERNAL
|
@ mkdir -p ~/work/EXTERNAL
|
||||||
@ -369,6 +375,7 @@ function feature-syncthing(){
|
|||||||
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
# XXX needs a bit more setup...
|
||||||
function feature-snapshots(){ (
|
function feature-snapshots(){ (
|
||||||
@ dnf install snapper python3-dnf-plugin-snapper
|
@ dnf install snapper python3-dnf-plugin-snapper
|
||||||
@ sudo snapper -c root create-config /
|
@ sudo snapper -c root create-config /
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user