SkypLabs / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Test

This repository contains my dotfiles.

The different configuration files are organised into topics, one folder per topic.

Installation

I use Dotbot to automatically install my dotfiles:

  1. Clone this repository with the following command:

     git clone https://github.com/SkypLabs/dotfiles.git ~/.dotfiles
    
  2. Run cd ~/.dotfiles && ./install

coc.nvim

The Vim plugin coc.nvim needs a Node.js runtime environment to function as well as the npm or yarn package manager to download and install the coc extensions.

Starship

Starship requires to install and enable a Nerd Font.

For example, to install the FiraCode Nerd Font:

wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip
unzip -d ~/.local/share/fonts/ ~/Downloads/FiraCode.zip
fc-cache -fv ~/.local/share/fonts

Then, it needs to be set as your terminal font.

Troubleshooting

Vim

At the first launch, you will likely see the following message showing up:

Warning: Cannot find word list "fr.latin1.spl" or "fr.ascii.spl"

To install the missing word lists, use the :set spell command. You will be prompted to install them.

License

MIT

About

My dotfiles

License:MIT License


Languages

Language:Vim Script 71.5%Language:Shell 28.5%