All Projects → pavanjadhaw → dotfiles

pavanjadhaw / dotfiles

Licence: other
🍁 dotfiles || plain text configuration files for my linux system

Programming Languages

lua
6591 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language
Vim Script
2826 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to dotfiles

Ricing
a book about ricing unix-like systems
Stars: ✭ 257 (+384.91%)
Mutual labels:  unix, rice
dotfiles
My awesomewm dotfiles for awesome people! ✨
Stars: ✭ 1,764 (+3228.3%)
Mutual labels:  unix, rice
The Glorious Dotfiles
A glorified personal dot files
Stars: ✭ 1,850 (+3390.57%)
Mutual labels:  unix, rice
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-56.6%)
Mutual labels:  unix, rice
Dotfiles
Configuration files I use on my main machine
Stars: ✭ 299 (+464.15%)
Mutual labels:  unix, rice
Dotfiles
▒ rice ░░ custom linux config files
Stars: ✭ 1,514 (+2756.6%)
Mutual labels:  unix, rice
Dots
messy dotfiles
Stars: ✭ 157 (+196.23%)
Mutual labels:  unix, rice
shod
mouse-based window manager that can tile windows inside floating containers
Stars: ✭ 126 (+137.74%)
Mutual labels:  unix
dotfiles-nix
Configuration files for my NixOS machine, declared by home-manager
Stars: ✭ 137 (+158.49%)
Mutual labels:  rice
BSDCoreUtils
BSD coreutils is a port of many utilities from BSD to Linux and macOS.
Stars: ✭ 30 (-43.4%)
Mutual labels:  unix
dotfiles
Salonia Matteo's dotfiles (GNU/Linux configuration)
Stars: ✭ 19 (-64.15%)
Mutual labels:  rice
funRiceGenes
The knowledge of cloned rice genes lost in the information of rice functional genomics studies
Stars: ✭ 23 (-56.6%)
Mutual labels:  rice
bask
A runner and framework for command-centric Bash scripts.
Stars: ✭ 31 (-41.51%)
Mutual labels:  unix
dotfiles
Messy configuration repository / Gentoo / Coreboot / XMonad / Ergodox / Home Cooked ZSH microframework / Eye candy stuff / Miscellaneous hacks
Stars: ✭ 43 (-18.87%)
Mutual labels:  rice
blue-sky
A clean and blue BSPWM setup
Stars: ✭ 267 (+403.77%)
Mutual labels:  rice
systems-programming-cheat-sheet
Cheat sheet for x86-64 Unix systems programming
Stars: ✭ 328 (+518.87%)
Mutual labels:  unix
Onyx
UNIX-like operating system written in C and C++
Stars: ✭ 52 (-1.89%)
Mutual labels:  unix
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+179.25%)
Mutual labels:  rice
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (-18.87%)
Mutual labels:  unix
netpoll
Package netpoll implements a network poller based on epoll/kqueue.
Stars: ✭ 38 (-28.3%)
Mutual labels:  unix

dotfiles

plain text configuration files for my linux systems

Dotfiles are plain text configuration files on Unix-y systems for things like our shell, ~/.zshrc, our editor in ~/.vimrc, and many others. They are called "dotfiles" as they typically are named with a leading . making them hidden files on your system, although this is not a strict requirement.

Since these files are all plain text, we can gather them together in a git repository and use that to track the changes you make over time.

pavan's dotfiles

Uses Git subtree and submodules to keep my dotfiles in one place in an elegant manner. With inspiration from xero, uses GNU Stow to symlink files one folder deep to the folder above.

designr

installing

make sure stow is installed on your system

git clone https://github.com/pavanjadhaw/etc ~/

cd ~/etc

stow zsh        # this will symlink zsh rc files to ~/

stow -D zsh     # to unstow or remove symlink

tools

Other tools to install:

  • 2bwm : A fast floating WM
  • polybar : A fast and easy-to-use tool for creating status bars.
  • rxvt-unicode : customizable terminal emulator
  • neovim: the future of vim
  • zsh: shell designed for interactive use
  • Git (and hub): VCS
  • tmux: terminal multiplexer
  • Firefox: browser

thanks

I actively watch the following repositories. :)

Resources

additional links

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].