Install dependencies and recommended tools (on a debian system):
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update && sudo apt upgrade
sudo apt install \
bat \
fd-find \
neovim \
pamixer \
pulseaudio-module-bluetooth \
ranger \
ripgrep \
software-properties-common \
sxiv \
zathura \
zsh
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
sudo snap install alacritty --classic
If on i3 (X11), additionally run
sudo apt install \
i3 \
feh \
xclip \
polybar \
python3-i3ipc \
rofi
If on sway (Wayland), additionally run
sudo apt install \
sway \
swayidle \
swaylock \
wl-clipboard \
waybar \
grim \
slurp \
gammastep \
dex \
python3-i3ipc
Run the following commands to create the symlinks:
stow -t ~ */
Change the default shell to zsh:
chsh -s $(which zsh)