Compare commits

...

2 Commits

Author SHA1 Message Date
Tyrel Souza 0ae81e000c
setup remove makedeb and just 2023-11-16 16:37:58 -05:00
Tyrel Souza 7a5a4428a2
lua fixes 2023-11-16 16:35:04 -05:00
4 changed files with 5 additions and 23 deletions

View File

@ -1,8 +1,5 @@
require("settings")
-- TODO: Probably don't need this anymore?
require("settings_before")
vim.g.python3_host_prog = '/opt/nvimpython/.nvim.pythonenv/bin/python3'
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
@ -17,3 +14,4 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins")
require("settings_after")

View File

@ -1,6 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.opt.shell = "zsh"
vim.opt.history = 1000

View File

@ -0,0 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "

View File

@ -7,9 +7,6 @@ sudo apt update
sudo apt-get install -y libncurses5-dev neovim
sudo apt-get install -y build-essential zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev
export MAKEDEB_RELEASE='makedeb'
bash -c "$(wget -qO - 'https://shlink.makedeb.org/install')"
curl https://sh.rustup.rs -sSf | sh
sudo curl https://pyenv.run | bash
@ -28,16 +25,3 @@ source ~/.bashrc
pyenv install 3.10.13
pyenv global 3.10.13
mkdir ~/.buildsrc
pushd ~/.buildsrc
git clone 'https://mpr.makedeb.org/just'
cd just
makedeb -si
popd
just vimpacker
just pi