Add minor lang/dev updates
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
# TODO: review and decide if the things below are needed
|
[[ "$BOX_SETUP_OS" != "macos" ]] && {
|
||||||
|
${=BOX_SETUP_INSTALL_COMMAND} gcc g++ clang clang++
|
||||||
|
}
|
||||||
|
|
||||||
|
# TODO: review and decide if the things below are needed
|
||||||
# install_lua_package="lua5.1"
|
# install_lua_package="lua5.1"
|
||||||
#[[ "$BOX_SETUP_OS" = "macos" ]] && install_lua_package="lua@5.1"
|
#[[ "$BOX_SETUP_OS" = "macos" ]] && install_lua_package="lua@5.1"
|
||||||
|
|
||||||
#${=BOX_SETUP_INSTALL_COMMAND} "$install_lua_package" liblua5.1-0-dev
|
#${=BOX_SETUP_INSTALL_COMMAND} "$install_lua_package" liblua5.1-0-dev
|
||||||
|
|
||||||
# TODO: do i want to install luarocks? lazy.nvim plugin manager currently expects it
|
# TODO: do i want to install luarocks? lazy.nvim plugin manager currently expects it
|
||||||
|
@@ -1,7 +1,18 @@
|
|||||||
.tool-versions
|
# my own stuff/conventions
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
.npmrc
|
|
||||||
.tmux-session-hydrate
|
.tmux-session-hydrate
|
||||||
zxcv*
|
zxcv*
|
||||||
|
|
||||||
|
# vim files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# why do you do this, apple?
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# cache/build/etc
|
||||||
|
**/__pycache__/
|
||||||
|
|
||||||
|
# lang/package
|
||||||
|
mise*.toml
|
||||||
|
.npmrc
|
||||||
|
|
||||||
|
@@ -2,3 +2,7 @@
|
|||||||
go = "1"
|
go = "1"
|
||||||
python = "3"
|
python = "3"
|
||||||
ruby = "3"
|
ruby = "3"
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
idiomatic_version_file_enable_tools = ["ruby"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user