Add neovim as default editor
This commit is contained in:
+2
-1
@@ -12,7 +12,7 @@ echo "START INSTALLATION..."
|
||||
# Install required packages
|
||||
# ------------------------------------------------------
|
||||
echo "-> Install main packages"
|
||||
sudo pacman -S alacritty scrot nitrogen picom starship chromium slock neomutt rofi dunst ueberzug mpv freerdp spotifyd xfce4-power-manager python-pip thunar mousepad lxappearance papirus-icon-theme ttf-font-awesome ttf-fira-sans ttf-fira-code ttf-firacode-nerd figlet cmatrix qalculate-gtk adapta-gtk-theme terminator
|
||||
sudo pacman -S alacritty scrot nitrogen picom starship chromium slock neomutt neovim rofi dunst ueberzug mpv freerdp spotifyd xfce4-power-manager python-pip thunar mousepad lxappearance papirus-icon-theme ttf-font-awesome ttf-fira-sans ttf-fira-code ttf-firacode-nerd figlet cmatrix qalculate-gtk adapta-gtk-theme terminator
|
||||
|
||||
# ------------------------------------------------------
|
||||
# Install required packages
|
||||
@@ -39,6 +39,7 @@ ln -s ~/dotfiles/ranger/ ~/.config
|
||||
ln -s ~/dotfiles/rofi/ ~/.config
|
||||
ln -s ~/dotfiles/spotifyd/ ~/.config
|
||||
ln -s ~/dotfiles/vim/ ~/.config
|
||||
ln -s ~/dotfiles/nvim/ ~/.config
|
||||
ln -s ~/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||
rm ~/.bashrc
|
||||
ln -s ~/dotfiles/.bashrc ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user