ok this works on ubuntu now
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user