bardusco / dotfiles

Bardusco's dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bardusco's dotfiles

This repo uses dotbot as a submodule to sync dotfiles

Usage

  • git clone git@github.com:bardusco/dotfiles.git ~/dotfiles
  • cd ~/dotfiles
  • ./install

Configure the fonts:

MacOS

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.

ChromeOS ssh app:

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

Download the latest neovim

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

Configure vim

git clone https://github.com/bardusco/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

:checkhealth to search for any problem

About

Bardusco's dotfiles

License:Other


Languages

Language:Shell 68.7%Language:Vim Script 20.2%Language:Python 11.1%Language:GDB 0.0%