Linux Guide
A simple setup for Ubuntu 24.04LTS.
Useful tools
Neovim
Installation
Building from Source.1
Install Dependencies: 1
sudo apt install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip git curl doxygen -y
Clone the Neovim Repository: 1
git clone https://github.com/neovim/neovim.git && cd neovim
Build Neovim: Install Neovim: 1
make CMAKE_BUILD_TYPE=Release
Verify the
Installation: Check the version to confirm the installation:
1
sudo make install
1
nvim --version
Tmux
Reference1 Reference2 Reference3