1
0
Fork 0

linux-setup.sh: add vim, no advice on adding files git-ignored

This commit is contained in:
Pratham Patel 2024-02-13 13:19:15 +05:30
parent 89bcf876c3
commit 096952ed16
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
3 changed files with 3 additions and 4 deletions

View File

@ -25,3 +25,5 @@
showEmail = true
[log]
date = iso8601
[advice]
addIgnoredFile = false

2
.gitignore vendored
View File

@ -1,3 +1 @@
*
*.*
.*

View File

@ -62,7 +62,7 @@ function install_pkgs_debian() {
PKGS_TO_INSTALL=(
curl
git
openssh-server
vim
wget
)
sudo apt-get update
@ -76,7 +76,6 @@ function install_pkgs_fedora() {
curl
git
mock
openssh-server
procps-ng
pykickstart
rpm-build