quick-changes
This commit is contained in:
+4
-6
@@ -52,7 +52,6 @@ function link_etc {
|
||||
}
|
||||
|
||||
function link_config_files {
|
||||
|
||||
if [[ "$DISTRO_LIKE" == 'arch' ]]; then
|
||||
mkdir -p /etc/vim
|
||||
if ! grep -q '/etc/vim/vimrc.local' /etc/vimrc; then
|
||||
@@ -99,11 +98,10 @@ function fix_terminfo_ghostty {
|
||||
|
||||
# MAIN
|
||||
|
||||
[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1
|
||||
source "$MIAOU_BASH_DIR/lib/functions.bash"
|
||||
assert_root
|
||||
DISTRO_LIKE=$(fetch_distro_like)
|
||||
|
||||
required_packages
|
||||
no_more_skeleton
|
||||
fix_terminfo_ghostty
|
||||
link_config_files
|
||||
#no_more_skeleton
|
||||
#fix_terminfo_ghostty
|
||||
#link_config_files
|
||||
|
||||
Reference in New Issue
Block a user