1
0
Fork 0

refactor: remove unnecessary reminder

This commit is contained in:
Kim, Jimin 2024-04-15 13:41:26 +09:00
parent 8a1dd22857
commit de9458001b
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -15,8 +15,5 @@ func init() {
wrapper.Run("git", "clone", "https://github.com/NvChad/NvChad", configPath, "--depth", "1")
}
},
Reminders: []string{
"Install fonts",
},
})
}