Giter Site home page Giter Site logo

dotfiles's Introduction

dotfiles

thy dots and scripts

There's a comprehensive README for these aspects of my config:

  1. Keyboard Layout Configuration (XKB)

Dotfiles Management

I track my dotfiles through a git bare repository with its working directory set to the home directory.

git init --bare $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.bashrc
echo "*" > $HOME/.gitignore

Theming

GTK - Dracula

https://draculatheme.com/gtk

Icon Pack - Papirus

https://github.com/PapirusDevelopmentTeam/papirus-icon-theme

Cursor Theme - Bibata Modern Ice

https://github.com/ful1e5/Bibata_Cursor

Font - 0xProto

https://github.com/0xType/0xProto

Color Palette - Dracula

Official Dracula

https://draculatheme.com/contribute

Dracula Soft by Mofiqul

https://github.com/Mofiqul/dracula.nvim/blob/main/lua/dracula/palette-soft.lua

  • Background - #292A35 #292A35
  • Foreground - #F6F6F5 #F6F6F5
  • Selection (ANSI 8) - #7C7F8A #7C7F8A
  • Orange - #FDC38E #FDC38E
  • Black - #1C1C1C #1C1C1C
  • Red - #DD6E6B #DD6E6B
  • Green - #87E58E #87E58E
  • Yellow - #E8EDA2 #E8EDA2
  • Blue - #BAA0E8 #BAA0E8
  • Pink - #E48CC1 #E48CC1
  • Cyan - #A7DFEF #A7DFEF
  • White - #F6F6F5 #F6F6F5
  • Bright Red - #E1837F #E1837F
  • Bright Green - #97EDA2 #97EDA2
  • Bright Yellow - #F6F6B6 #F6F6B6
  • Bright Blue - #D0B5F3 #D0B5F3
  • Bright Magenta - #E7A1D7 #E7A1D7
  • Bright Cyan - #BCF4F5 #BCF4F5
  • Bright White - #FFFFFF #FFFFFF

Acknowledgement

Git Bare Repo

  • Found this out through mhdzli
  • The guy who might've done this first. (source)
  • A much more polished resource. (source)
  • Suggested echo "*" > $HOME/.gitignore so you have to force add files. (source)

dotfiles's People

Contributors

amesaine avatar

Stargazers

Vincent Carrier avatar Ivo Ugrina avatar Egbert avatar Ludgie avatar

Watchers

 avatar

dotfiles's Issues

shortDescription in evdev.xml

Thank you for this repo, it helped me understand how to configure xkb a lot better!

I found out what <shortDescription> is used for:

In Gnome its value is used to indicate the selected layout in the topbar

image

as well as when switching between layouts

image

It makes sense for gnome users to use a 2-3 letter code.

Have a nice day!

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.