ok this works on ubuntu now

This commit is contained in:
Benjamin Kyd
2023-02-07 20:27:14 +00:00
parent f1b7fac472
commit b2f1de05f9
3 changed files with 11 additions and 1 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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