Giter Club home page Giter Club logo

bunnydotfiles's Introduction

Welcome to my dotfiles!

They're finally organized (for now). I've started using stow to manage my dotfiles using symlinks. If you're interested in figuring out how that works for yourself, here is a great blog post on it. Note that there are some initial steps you'll need to clone my entire config.

Neovim

  1. If you have an existing neovim installation, delete any existing runtime dir you have for neovim to prevent errors in your new version. usr/local/nvim/runtime. See :checkhealth of your current neovim install to confirm what the path is on your machine.
  2. Install the nightly version of neovim - I have some plugins, I can't remember which ones (treesitter maybe?) that require the nightly version of neovim as they use the latest features. I just install from source.
  3. Install Packer - this is the package manager I use for lua dotfiles.
  4. Run nvim
  5. Type :PackerSync or :PackerInstall (need to double check this on a fresh install) - This will install all of your nvim plugins.
  6. You may have to run :TSUpdate 'cause treesitter is fussy,

Tmux

  1. Install tpm
  2. Add plugins to ~/.tmux.conf
  3. Run tmux (or reload tmux env tmux source ~/.tmux.conf)
  4. Install plugins with prefix + I (capital i)

bunnydotfiles's People

Contributors

bashbunni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.