misc changes
This commit is contained in:
parent
feed3ebf98
commit
580b1cf266
3 changed files with 9 additions and 10 deletions
9
ddeps.sh
9
ddeps.sh
|
@ -51,9 +51,10 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
|||
fi
|
||||
|
||||
#This section installs software outside apt
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v1.1.1/du-dust_1.1.1-1_amd64.deb
|
||||
dpkg_url https://github.com/charmbracelet/glow/releases/download/v2.0.0/glow_2.0.0_amd64.deb
|
||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb
|
||||
|
||||
dpkg_url https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_amd64.deb
|
||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v1.0.0/du-dust_1.0.0-1_amd64.deb
|
||||
dpkg_url https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_1.5.1_amd64.deb
|
||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
|
||||
|
|
2
init.sh
2
init.sh
|
@ -30,7 +30,7 @@ chmod 0700 ~/.ssh
|
|||
chmod -R 0600 ~/.ssh/*
|
||||
|
||||
#setup shell
|
||||
stow home
|
||||
#stow home <-- what is this for??
|
||||
echo "Select which shell to configure and use: zsh/fish/bash"; read -r answer
|
||||
case $answer in
|
||||
z | zsh)
|
||||
|
|
|
@ -7,9 +7,7 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- --install vim
|
|||
echo "Install Neovim"
|
||||
trash ~/.local/share/nvim ~/.config/nvim #removes spacevim's symlink
|
||||
mkdir -v ~/bin
|
||||
|
||||
release=`lsb_release -cs`
|
||||
if [[ $release != noble ]]; then
|
||||
if [[ $(lsb_release -cs) != noble ]]; then
|
||||
trash ~/bin/nvim
|
||||
curl -L https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim
|
||||
chmod u+x ~/bin/nvim
|
||||
|
@ -20,6 +18,6 @@ fi
|
|||
echo "Install NvChad"
|
||||
git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
||||
|
||||
echo "Install Lunar Vim"
|
||||
#echo "Install Lunar Vim"
|
||||
#source: https://www.lunarvim.org/docs/installation
|
||||
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)
|
||||
#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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue