Giter Site home page Giter Site logo

dots's Introduction

Snsnvrno Dot Files

arch-packages is a list of packages that should be installed on my system (I use Arch with AUR setup using yay). You can run this command to install those that aren't currently installed.

set -l packages (cat arch-packages); yay -S --needed $packages

Theme & Schemes

Colors are setup to be used based on an environmental variable that is set in ~/.config/fish/local.conf which is not included in this repo. I chose to run it this way because I wanted my NVIM scheme to drive the desktop. Because of this the colors don't really get updated unless you restart the session because different programs will probably be looking at different versions of that variable.

Adding a New Scheme / Theme

/.config/nvim/lua/config/themes lists the current setup themes. If wanting to add a new one, create a new file that returns a table with 2 values lazy and colors.

return {
    lazy = { },
    colors = { },
}

lazy is the table that gets passed to lazy.nvim (what I use for plugins, this happens in ~/.config/nvim/lua/config/plugins/themes.lua) and colors is the 0-15 standard ansi colors that will be used for other plugins so that they will be styled correctly (such as galaxyline).

Other programs will probably need something done aswell:

  • kitty : need to add a conf in ~/.config/kitty/themese/$THEME.conf, because that will be loaded dynamically based on the $THEME env variable

dots's People

Contributors

snsvrno avatar

Stargazers

rathewolf avatar

Watchers

James Cloos 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.