updated installation
This commit is contained in:
parent
32a0be5c12
commit
7224291b93
4 changed files with 8 additions and 19 deletions
3
ddeps.sh
3
ddeps.sh
|
@ -37,7 +37,8 @@ sudo apt-get -my install \
|
|||
nala \
|
||||
duf \
|
||||
tree \
|
||||
vim
|
||||
vim \
|
||||
make
|
||||
|
||||
read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY
|
||||
if [[ $REPLY == [Yy] ]]; then
|
||||
|
|
19
init.sh
19
init.sh
|
@ -74,22 +74,9 @@ git_user () {
|
|||
}
|
||||
|
||||
#install spacevim & neovim
|
||||
spacevim () {
|
||||
echo "Installing Spacevim!"
|
||||
[ -d $HOME/.vim ] && mv "$HOME/.vim" "$HOME/vim_bk"
|
||||
[ -f $HOME/.vimrc ] && mv "$HOME/.vimrc" "$HOME/vimrc_bk"
|
||||
curl -sLf https://spacevim.org/install.sh | bash -s -- --install vim
|
||||
echo "Install Neovim"
|
||||
mkdir -v ~/bin
|
||||
trash ~/bin/nvim
|
||||
curl -L https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
||||
chmod u+x ~/bin/nvim
|
||||
trash ~/.local/share/nvim #removes spacevim's symlink
|
||||
echo "Install NvChad"
|
||||
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
||||
echo "Install Lunar Vim"
|
||||
LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh)
|
||||
}
|
||||
echo "Installing Spacevim & Friends!"
|
||||
bash spacevim.sh
|
||||
|
||||
#install fonts for terminal
|
||||
fonts () {
|
||||
echo "installing fonts"
|
||||
|
|
|
@ -8,7 +8,7 @@ mkdir -v ~/bin
|
|||
trash ~/bin/nvim
|
||||
curl -L https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
||||
chmod u+x ~/bin/nvim
|
||||
trash ~/.local/share/nvim #removes spacevim's symlink
|
||||
trash ~/.local/share/nvim ~/.config/nvim #removes spacevim's symlink
|
||||
echo "Install NvChad"
|
||||
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
||||
echo "Install Lunar Vim"
|
||||
|
|
3
udeps.sh
3
udeps.sh
|
@ -35,7 +35,8 @@ sudo apt-get -my install \
|
|||
neofetch \
|
||||
trash-cli \
|
||||
nala \
|
||||
libfuse2
|
||||
libfuse2 \
|
||||
make
|
||||
|
||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||
if [[ $REPLY == [Yy] ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue