This repo uses dotbot as a submodule to sync dotfiles
- git clone git@github.com:bardusco/dotfiles.git ~/dotfiles
- cd ~/dotfiles
- ./install
Download these four ttf files:
Double-click on each file and click "Install". This will make MesloLGS NF font available to all applications on your system. Configure your terminal to use this font:
iTerm2: Open iTerm2 → Preferences → Profiles → Text and set Font to MesloLGS NF. Alternatively, type p10k configure and answer Yes when asked whether to install Meslo Nerd Font.
Go to settings
- chrome-extension://pnhechapfaindjhompbnflcldabbghjo/html/nassh_preferences_editor.html
Add a custom css file
Select the font family:
- "MesloLGS NF for Powerline"
https://github.com/bardusco/powerline-web-fonts
wget https://github.com/neovim/neovim/releases/download/stable/nvim.appimage
sudo mkdir /Applications
sudo mv nvim.appimage /Applications/.
sudo chmod 755 /Applications/nvim.appimage
sudo update-alternatives --install /usr/bin/vi vi /Applications/nvim.appimage 100
sudo update-alternatives --install /usr/bin/vim vim /Applications/nvim.appimage 100
sudo update-alternatives --install /usr/bin/editor editor /Applications/nvim.appimage 100
git clone https://github.com/bardusco/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
:checkhealth
to search for any problem