All Projects → cristianpb → dotfiles

cristianpb / dotfiles

Licence: other
My dotfiles

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
c
50402 projects - #5 most used programming language
Vim Script
2826 projects
perl
6916 projects
r
7636 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+52.17%)
Mutual labels:  tmux, vimrc, i3wm, polybar
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-13.04%)
Mutual labels:  tmux, arch-linux, i3wm
foolz-dots
Collection of my linux desktop configuration files.
Stars: ✭ 16 (-30.43%)
Mutual labels:  vimrc, termite, polybar
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-43.48%)
Mutual labels:  arch-linux, i3wm, polybar
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+82.61%)
Mutual labels:  tmux, vimrc, mutt
dotfiles
There is no place like ~/
Stars: ✭ 19 (-17.39%)
Mutual labels:  tmux, vimrc, arch-linux
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (+73.91%)
Mutual labels:  tmux, vimrc, mutt
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+139.13%)
Mutual labels:  tmux, vimrc, mutt
dotfiles
My dotfiles
Stars: ✭ 16 (-30.43%)
Mutual labels:  tmux, i3wm, polybar
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+4182.61%)
Mutual labels:  tmux, vimrc, i3wm
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+134.78%)
Mutual labels:  tmux, vimrc
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (+8.7%)
Mutual labels:  tmux, polybar
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (-13.04%)
Mutual labels:  tmux, vimrc
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+543.48%)
Mutual labels:  i3wm, polybar
rofi-tmux
✔️ rft (rofi-tmux). Quickly switches tmux sessions, windows and tmuxinator projects
Stars: ✭ 22 (-4.35%)
Mutual labels:  tmux, i3wm
dotfiles
My dotfiles
Stars: ✭ 204 (+786.96%)
Mutual labels:  tmux, polybar
dotfiles
📦 Configuration files for my Arch/KDE/i3-gaps system
Stars: ✭ 41 (+78.26%)
Mutual labels:  i3wm, polybar
magpie
Dotfiles of my minimal Unix system geared for media, programming & writing
Stars: ✭ 37 (+60.87%)
Mutual labels:  tmux, mutt
dotfiles
🔧 .files - different setups separated in branches
Stars: ✭ 168 (+630.43%)
Mutual labels:  arch-linux, i3wm
kali-config
Linux colorful dotfiles.
Stars: ✭ 40 (+73.91%)
Mutual labels:  tmux, polybar

Dotfiles

This dotfiles have my installation instruction for Arch Linux and the configuration for my essential programs. The master branch contains a configuration for Arch linux, ubuntu for ubuntu OS and the OSX branch contains instruction to configure OSX programs such as mutt, mbsync, pass.

dofiles dofiles dofiles

Install

Fetch dotfiles from github:

git clone https://github.com/cristianpb/dotfiles ~/.dotfiles

Manually install files:

stow vim

Automatic install:

for d in $(ls -d */ | cut -f1 -d '/');
do
    ( stow "$d"  )
done

Dependencies

stow neovim pynvim bash-completion ruby

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