Neovim:
[!CAUTION] Please use my settings with care and at your own risk. Make sure you understand their effects before applying them.
Installation will overwrite the following's config:
Nerd Fonts (>= 3.0!!):
Node (>=16.20.0) & Npm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
# Restart with a new session
nvm install node
sudo apt-add-repository -yu ppa:fish-shell/release-3
sudo apt install -qqy fish
# Make fish shell default:
echo /usr/bin/fish | sudo tee -a /etc/shells
chsh -s /usr/bin/fish
# Restart session and you will log in with fish.
The following commands require execution in fish shell:
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
fisher install jorgebucaran/nvm.fish
nvm install v16
set -U nvm_default_version v16
fisher install jethrokuan/z
bash <(curl -s https://raw.githubusercontent.com/leonasdev/.dotfiles/master/install.sh)
bash (curl -s https://raw.githubusercontent.com/leonasdev/.dotfiles/master/install.sh | psub)
[!NOTE] For WSL user:
To use the Windows clipboard from within WSL,
win32yank.exe
has to be in$PATH
. (e.g. copywin32yank.exe
toC:\Windows\System32\
)
nvim-dap
supportishan9299/nvim-solarized-lua
with some manual configgit bare repository