Giter Club home page Giter Club logo

dotfiles's Introduction

Dotfiles

THIS IS A WORK IN PROGRESS

For those that don't know, this is a repository of all configuration files for linux packages colloquially known as "dotfiles". I use this across my machines and decided that I would push it out to the world in case anyone needs a simple config. Feel free to use my configurations (especially my nvim) to your liking.

Description

nvim: My NVIM configuration is something that I recommend any NVIM newbie to look into (if you aren't trying to configure it yourself the first time). It is simple, and doesn't have any wild functionality or confusing structure. Some in depth info:

File Structure

init.lua: Where the inital configuration of nvim is stored. This will run when nvim opens. You could most definitely just put most of all configuration in this file if you hated yourself, but instead for clarity and modularity, I use the builtin functionality of Lazy.nvim to offload all of them into a plugin directory.

lazy-lock.lua: autogenerated by lazy, good idea to not touch if its working.

lua: all of our fun extra config that we are doing on top of nvim. plugins.lua: this is so that lua doesnt throw a fit, havent checked if its needed vim-options.lua: make my vim look pretty, all of my workflow config not related to a tool. plugins/*: all of the tools and their specific config. When i got more time i will explain the structure of the files.

Getting Started

Dependencies

  1. NVIM
  2. All of the config files in the plugins directory.
  3. Prob more but this is the first commit so gimme a break and let me do this later.

Installing

N/A

Executing program

To start nvim with netrw file manager

nvim .

To open lazy once it is installed:

:Lazy

Help

Message me if you need help. I would love to help peeps getting the best config possible on their machine.
I run arch btw but any of these configs should be somewhat portable to any machine, not sure about my window manager shtuff though.

Version History

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Go watch the primeagen and typecraft on youtube, they are the only reason i have any understanding of the GNU/Linux operating system in general.

dotfiles's People

Contributors

joshuaparmenter avatar

Watchers

 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.