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