Skip to content

amesaine/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks