Add copy_dotfiles script and other things

This commit is contained in:
2025-01-11 22:30:21 -06:00
committed by david pickle
parent e846b967f6
commit 44b9367f55
8 changed files with 99 additions and 2 deletions

3
runs/dev_tools Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/zsh
brew install git tmux

View File

@@ -1,3 +1,8 @@
#!/bin/zsh
echo "setup script for neovim"
neovim_dir=$HOME/bin/neovim
git clone -b v0.10.3 https://github.com/neovim/neovim.git $neovim_dir
brew install cmake gettext lua5.1 liblua5.1-0-dev
cd $neovim_dir
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install