All Projects → sarcasticadmin → dotfiles

sarcasticadmin / dotfiles

Licence: other
personal dotfiles with stow

Programming Languages

Vim Script
2826 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
perl
6916 projects
HCL
1544 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
There is no place like ~/
Stars: ✭ 19 (+18.75%)
Mutual labels:  dotfiles, vimrc, bashrc, i3, tmux-conf
dotfiles
.foos for foos & more
Stars: ✭ 21 (+31.25%)
Mutual labels:  freebsd, vimrc, bashrc, tmux-conf
rc.d
🛠 My rc files and other configs. Includes: Bash, Zsh, Vim, Tmux, Git, Terminal (macOS), VS Code
Stars: ✭ 32 (+100%)
Mutual labels:  vimrc, bashrc, gitconfig, tmux-conf
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+6056.25%)
Mutual labels:  dotfiles, vimrc, i3
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+425%)
Mutual labels:  dotfiles, bashrc, gitconfig
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+993.75%)
Mutual labels:  dotfiles, vimrc, bashrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+118.75%)
Mutual labels:  vimrc, bashrc, i3
dotfiles
/home/yous
Stars: ✭ 43 (+168.75%)
Mutual labels:  vimrc, bashrc, gitconfig
anyrc
🐚 Bring your shell environment to anywhere
Stars: ✭ 28 (+75%)
Mutual labels:  vimrc, bashrc, tmux-conf
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1487.5%)
Mutual labels:  vimrc, bashrc, tmux-conf
swiss-army
Ansible-driven configuration management for maintaining a preferred environment (base system and app dotfiles / configurations)
Stars: ✭ 44 (+175%)
Mutual labels:  vimrc, bashrc, gitconfig
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+50%)
Mutual labels:  dotfiles, gitconfig, tmux-conf
dotfiles
my personal dotfiles for tmux, bash, vim and git
Stars: ✭ 73 (+356.25%)
Mutual labels:  vimrc, bashrc, gitconfig
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (+25%)
Mutual labels:  vimrc, gitconfig, stow
dotfiles
My dotfiles
Stars: ✭ 22 (+37.5%)
Mutual labels:  vimrc, gitconfig, tmux-conf
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+418.75%)
Mutual labels:  dotfiles, i3
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-6.25%)
Mutual labels:  dotfiles, i3
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (+43.75%)
Mutual labels:  dotfiles, vimrc
dotpr0n
Dotfiles for macOS, FreeBSD, fish, tmux, custom functions and lots more. Peekaboo!
Stars: ✭ 44 (+175%)
Mutual labels:  dotfiles, freebsd
dotfiles
collection (and a backup) of my config files
Stars: ✭ 49 (+206.25%)
Mutual labels:  dotfiles, i3

Beastie

CircleCI

Robs dotfiles

"The enjoyment of one's tools is an essential ingredient of successful work." -- Donald E. Knuth

FreeBSD 1st dotfiles with an effort to make it work on any *nix environment

Installation

Dependencies:

su -
pkg install stow
exit

Clone down repo and grab all git submodules:

cd ~
git clone [email protected]/sarcasticadmin/dotfiles.git

Call make to stow based on predefined pkgs.mk

cd ~/dotfiles
make CONFIG=./_make/workstation-pkgs.mk world

Alternatives

  • If installing on Linux or OSX itll leverage the GNUmakefile instead of the BSD Makefile

Submodules

Grab all git submodules without make

git submodule update --init

Uninstall

Call make to unstow based on predefined workstation-pkgs.mk

cd ~/dotfiles
make CONFIG=./_make/workstation-pkgs.mk unstow

Submodule Updating

Update to match this repo

If submodules are bumped to a newer ref and then committed. Other repos pulling this repo down need to do the following in additition to git pull --rebase upstream master:

git submodule update

This will update all refs that might still show as diffs in master

git submodules

Individual update of rbenv:

cd ~/dotfiles/vim/.vim/bundle/salt
git pull origin master

Bulk upgrade all mutliple git submodules:

cd <to submodules dir>
git submodule foreach git pull origin master

Docs

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