All Projects → udiboy1209 → dotfiles

udiboy1209 / dotfiles

Licence: other
Config files for wm and terminal apps

Programming Languages

objective c
16641 projects - #2 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
Vim Script
2826 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dotfiles

dotfiles
rice repo
Stars: ✭ 71 (+373.33%)
Mutual labels:  dotfiles, mpd, dwm
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (+273.33%)
Mutual labels:  dotfiles, mpd
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (+573.33%)
Mutual labels:  dotfiles, mpd
Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (+566.67%)
Mutual labels:  dotfiles, mpd
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+646.67%)
Mutual labels:  dotfiles, mpd
dotfiles
My personal dotfiles repository
Stars: ✭ 36 (+140%)
Mutual labels:  mpd, termite
Dotfiles
My dotfiles managed by GNU Stow - Arch, i3-gaps, bspwm, ncmpcpp, (neo)vim, zsh etc.
Stars: ✭ 99 (+560%)
Mutual labels:  dotfiles, mpd
Dotfiles
My vim, zsh, tmux, and macOS dotfiles
Stars: ✭ 209 (+1293.33%)
Mutual labels:  dotfiles, mpd
foolz-dots
Collection of my linux desktop configuration files.
Stars: ✭ 16 (+6.67%)
Mutual labels:  dotfiles, termite
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (+1086.67%)
Mutual labels:  dotfiles, dwm
i3-dotfiles
My dotfiles used for i3 configuration
Stars: ✭ 20 (+33.33%)
Mutual labels:  dotfiles
nixcfg
NixOS and Home-Manager configurations for all of my devices (desktop, Pinebook Pro, RPi4, cloud servers, etc). Like dotfiles, but way better. (née 'nixos-config')
Stars: ✭ 119 (+693.33%)
Mutual labels:  dotfiles
WinCenterTitle
WinCenterTitle is a simple tool that allows you to center align the text in Windows 10 titlebars, the same way it was in Windows 8, 8.1, or even 3.1.
Stars: ✭ 63 (+320%)
Mutual labels:  dwm
tmuxp-config
Configs for tmuxp (https://github.com/tony/tmuxp)
Stars: ✭ 24 (+60%)
Mutual labels:  dotfiles
dotfiles
My dotfiles for Arch Linux and macOS: Polybar, Neovim, ZSH, Alacritty, Git, and more 👨🏿‍💻
Stars: ✭ 13 (-13.33%)
Mutual labels:  dotfiles
MacOS-Dotfiles
No description or website provided.
Stars: ✭ 85 (+466.67%)
Mutual labels:  dotfiles
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (+66.67%)
Mutual labels:  dotfiles
dotfiles
My own .vimrc, .gitconfig, and friends. Heavily inspired by garybernhardt/dotfiles
Stars: ✭ 35 (+133.33%)
Mutual labels:  dotfiles
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+1066.67%)
Mutual labels:  dotfiles
LKI
LKI's dotfiles.
Stars: ✭ 31 (+106.67%)
Mutual labels:  dotfiles

Dotfiles repo

Collection of various dotfiles and configs, and tools to install and modify them

scrot

WM is dwm, with custom patch.

Installation

I have written two scripts rclink and rcunlink based on the functioning of GNU stow. They take a list of mappings from local dir to home dir, and generate symlinks pretty much like how stow does.

Usage

File i3.set contains lines like wm/i3.conf : .config/i3/config

$ tools/rclink linksets/i3.set

and to remove all symlinks

$ tools/rcunlink linksets/i3.set

Templates

I have written a python script to use the quik template engine, and make my configs templated.

Usage

The script steamrice takes input a YAML file containing a dict of values which will be replaced in template files. I have essentially used it to quickly change colors. It will scan current directory and run quik all *.template files, generating file with same name (minus .template) in the same folder.

$ tools/steamrice -t themes/get-fresh.yaml

If you have used rclink, then the changes will be seen directly.

Note: be sure to add file and not its template to linkset

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].