
@kudras3r
README.md
I'm a 19-year-old Go-developer based in Moscow.
Currently studying Information Security at RTU MIREA.
Links:
Telegram
GitHub
VK
setup.go
func NewSetup() *Setup {
return &Setup{
OS: "Lubuntu 24.04.1 LTS x86_64",
Editors: []string{ "Vim", "VSCode" },
Shell: "zsh",
Terminal: "qterminal",
}
}