From b2f1de05f9029bf9d83d53012fa692535bfda981 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Tue, 7 Feb 2023 20:27:14 +0000 Subject: [PATCH] ok this works on ubuntu now --- common/.tmux.conf | 2 ++ common/.zshrc | 1 + ubuntu.os | 9 ++++++++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/common/.tmux.conf b/common/.tmux.conf index dde78b4..f50a6e4 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -1,3 +1,5 @@ +set-option -g default-shell /bin/zsh + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' diff --git a/common/.zshrc b/common/.zshrc index 9ab15f8..859f97c 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -128,3 +128,4 @@ eval $(thefuck --alias) export VISUAL=nvim; export EDITOR=nvim; +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion diff --git a/ubuntu.os b/ubuntu.os index 50687b5..087709d 100755 --- a/ubuntu.os +++ b/ubuntu.os @@ -1,9 +1,16 @@ #!/bin/bash # Dev utils -sudo apt install neovim kitty ranger ripgrep curl zsh +sudo apt install kitty ranger ripgrep curl zsh curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage +chmod u+x nvim.appimage +./nvim.appimage --appimage-extract +./squashfs-root/AppRun --version +sudo mv squashfs-root / +sudo ln -s /squashfs-root/AppRun /usr/bin/nvim + yay -S flameshot git clone --filter=blob:none --sparse git@github.com:ryanoasis/nerd-fonts source nerdfonts/install.sh