MOTD, Updates
Added tmux config with nvim fixes Updated install.sh to also run stow Added support for motd in fish
This commit is contained in:
@@ -13,13 +13,17 @@ case "$OS" in
|
||||
;;
|
||||
"ubuntu" | "debian")
|
||||
echo "Installing for Ubuntu or Debian"
|
||||
/usr/bin/apt-get update
|
||||
echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list
|
||||
curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null
|
||||
sudo apt update
|
||||
curl -L "https://github.com/neovim/neovim-releases/releases/download/nightly/nvim-linux64.deb" -o /tmp/nvim-linux64.deb
|
||||
/usr/bin/apt install /tmp/nvim-linux64.deb
|
||||
/usr/bin/apt install ranger stow fish mpv atool caca-utils elinks highlight mediainfo poppler-utils build-essential lazygit jq
|
||||
/usr/bin/apt install ranger stow fish atool caca-utils elinks highlight mediainfo poppler-utils build-essential jq
|
||||
/usr/bin/rm /tmp/nvim-linux64.deb
|
||||
;;
|
||||
*)
|
||||
echo "Not supported"
|
||||
;;
|
||||
esac
|
||||
|
||||
stow -t ~/.config config
|
||||
|
||||
Reference in New Issue
Block a user