All Projects → bobwhitelock → Dotfiles

bobwhitelock / Dotfiles

Licence: mit
My dotfiles 💻 🔨

Projects that are alternatives of or similar to Dotfiles

Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+2368%)
Mutual labels:  zsh, tmux, dotfiles
dotfiles
Dotfiles for my current dev environment.
Stars: ✭ 14 (-44%)
Mutual labels:  dotfiles, zsh, tmux
dotfiles
🏡 .files, including zsh, tmux, vim, and git. Also macOS setup. Good stuff.
Stars: ✭ 30 (+20%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+2368%)
Mutual labels:  zsh, tmux, dotfiles
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (+960%)
Mutual labels:  zsh, tmux, dotfiles
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-40%)
Mutual labels:  dotfiles, zsh, tmux
dotfiles
Your dotfiles are how you personalize your system. These are mine.
Stars: ✭ 12 (-52%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+860%)
Mutual labels:  zsh, tmux, dotfiles
dotfiles
My dot files
Stars: ✭ 25 (+0%)
Mutual labels:  dotfiles, zsh, tmux
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-44%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+2116%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-80%)
Mutual labels:  zsh, tmux, dotfiles
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-4%)
Mutual labels:  dotfiles, zsh, tmux
dot
No description or website provided.
Stars: ✭ 40 (+60%)
Mutual labels:  dotfiles, zsh, tmux
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-32%)
Mutual labels:  dotfiles, zsh, tmux
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-8%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (+732%)
Mutual labels:  zsh, tmux, dotfiles
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+736%)
Mutual labels:  zsh, tmux, dotfiles
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-32%)
Mutual labels:  dotfiles, zsh, tmux
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (+2704%)
Mutual labels:  zsh, tmux, dotfiles

Dotfiles

These are my dotfiles—various config files and scripts that I like to carry with me between machines.

Things are mostly written by me unless indicated otherwise; feel free to steal anything you like whole or in part.

Comments, questions, and suggestions are always welcome; the best way to do this is probably just adding an issue.

Installation

If you aren't me, I don't recommend installing and using these directly—everything in this repo is very specific to my own workflow, languages I use, projects I've worked on, places I've worked etc., and will also change without warning—instead just steal the bits you like and which are relevant to you.

If you are me, or you just want to ignore this and try things out locally:

  1. Install Linux, preferably Arch, and preferably via ArchLabs (setting things up on other OSes/distros will vary).

  2. Do the following:

mkdir -p ~/src/bobwhitelock
cd !$
git clone [email protected]:bobwhitelock/dotfiles.git

cd dotfiles
./install
vim zsh/env.private.sh # And appropriately set any needed secret env vars.
source zshrc

# Everything below definitely won't work if you aren't me ¯\_(ツ)_/¯.

# Setup Dropbox (should have been installed by above), and sync files so have
# SSH keys available locally.

ssh-add ~/.ssh/id_rsa.bob
clone bobwhitelock/dotfiles-private

# Need to re-install to link in private files.
./install

  1. Fix the things which will probably break/be incomplete in the above, and update steps for next time.
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].