jspmarc / dotfiles

My apps config (neovim, bash, zsh, i3wm, etc.), scripts, and wallpapers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles

This is a git to backup my dotfiles. I use GNU stow

Run run.sh to easily "stow" everything

Some notes

NeoVim

  • For rest.nvim, hererocks needs to be installed and the installation using packer.nvim might fail. In case it fails, you need to install hererocks manually by running the command
    # Do note that the part "2.1.1702233742" might need to be changed to the latest version.
    python3 ~/.cache/nvim/packer_hererocks/hererocks.py --verbose -j 2.1.0-beta3 -r latest ~/.cache/nvim/packer_hererocks/2.1.1702233742
    From: wbthomason/packer.nvim#1266

About

My apps config (neovim, bash, zsh, i3wm, etc.), scripts, and wallpapers


Languages

Language:Shell 67.0%Language:Lua 14.8%Language:Vim Script 9.0%Language:CSS 6.1%Language:Python 3.1%