All Projects → relaxdiego → dotfiles

relaxdiego / dotfiles

Licence: MIT license
Automates the configuration of Vim, Tmux/BYOBU, and friends for make benefit of glorious $HOME, life embetterment, wowoweewah great success, and world peace!

Programming Languages

shell
77523 projects
Vim Script
2826 projects
python
139335 projects - #7 most used programming language
Vim Snippet
174 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: ✭ 149 (+727.78%)
Mutual labels:  tmux, chezmoi
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+327.78%)
Mutual labels:  tmux, chezmoi
dotfiles
Personal dotfiles 💻
Stars: ✭ 13 (-27.78%)
Mutual labels:  tmux, chezmoi
dotfiles
dotfiles (managed by https://github.com/twpayne/chezmoi/)
Stars: ✭ 40 (+122.22%)
Mutual labels:  tmux, chezmoi
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (+105.56%)
Mutual labels:  tmux, chezmoi
Tmuxen
tmux environment made easy.
Stars: ✭ 222 (+1133.33%)
Mutual labels:  tmux
.dotfiles
configs and utils
Stars: ✭ 75 (+316.67%)
Mutual labels:  tmux
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+1044.44%)
Mutual labels:  tmux
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (+1055.56%)
Mutual labels:  tmux
dotfiles
My dotfiles - Emacs centric OSX Big Sur
Stars: ✭ 29 (+61.11%)
Mutual labels:  tmux
dotfiles
My personal set of dotfiles (Managed with Stow)
Stars: ✭ 34 (+88.89%)
Mutual labels:  tmux
Zsh Navigation Tools
Curses-based tools for Zsh, e.g. multi-word history searcher
Stars: ✭ 249 (+1283.33%)
Mutual labels:  tmux
My Git Bash
my git bash config
Stars: ✭ 222 (+1133.33%)
Mutual labels:  tmux
ansibleconnect
Connect to all hosts from the inventory with one command
Stars: ✭ 25 (+38.89%)
Mutual labels:  tmux
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+1061.11%)
Mutual labels:  tmux
dotfiles
My dotfiles
Stars: ✭ 22 (+22.22%)
Mutual labels:  chezmoi
Slimux
SLIME inspired tmux integration plugin for Vim
Stars: ✭ 208 (+1055.56%)
Mutual labels:  tmux
Dotfiles
using vim
Stars: ✭ 245 (+1261.11%)
Mutual labels:  tmux
kubectl-tmux-logs
A kubectl plugin to display container logs within separate tmux panes
Stars: ✭ 19 (+5.56%)
Mutual labels:  tmux
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+1233.33%)
Mutual labels:  tmux

Mark Maglana's Dotfiles

Automates the configuration of Vim, Tmux/BYOBU, and friends for make benefit of glorious $HOME, life embetterment, great success, and world peace!

WARNING: I Assume This Is Running On A Newly Installed OS

The first time I run the commands below is right after a fresh OS install, so this will overwrite a few pre-existing files if it's already there. For example: ~/.bashrc and ~/.vimrc. So please make sure to have a backup of your home directory if you're installing this on a brownfield system.

Swap Your Ctrl and Caps Lock Keys!

You gotta trust me on this one. If you want to be productive in the terminal, you will want to keep your fingers in the home row (that row with the A, S, D, and F keys) as much as possible. This will allow you to perform your key combos faster, reduce mental friction, and speed up muscle memory building.

While we're at it, stop using the arrow keys and learn to use H, J, K, and L for navigation because this is more transferable knowledge. For example, moving between vim windows uses [Ctrl]-{h,j,k,l}, moving between tmux/byobu panes uses [Ctrl]-a {h,j,k,l}, resizing tmux panes uses [Ctrl-a] [Shift]-{h,j,k,l}, and a whole lot more! Your perceived productivity might take a slight dip for a few days or weeks, but once the muscle memory has sunk in, you will regain what you have lost tenfold and will be happier and more comfortable in the terminal.

Additionally, with this configuration, you still get to stay very close to the home row whenever you want to go back to Vim's normal mode since Ctrl is within reach of your left pinky while [ is within reach of your right pinky!

Remember: The home row is where the art of terminal productivity is!

Install op

NOTE: If you're installing these dotfiles in a shared machine, you may skip this section.

I use 1Password to store secrets used by this repo. You'll need to install the op CLI utility. Get it here.

Then run

eval $(op signin <subdomain>.1password.com <email>)

Install a Nerd Font

I use Starship to format my shell prompt and part of its configuration includes using Nerd Font characters. To render those characters correctly in your terminal, you'll need to install one of those Nerd-ified fonts from https://nerdfonts.com.

Install chezmoi

Because we're fancy like that 'round these parts. See https://www.chezmoi.io/docs/install/

Initialize and Apply

NOTE: In all of the init subcommands below, the dotfiles repo will be cloned to ~/.local/share/chezmoi

YOLO Mode

chezmoi init --apply https://github.com/relaxdiego/dotfiles.git

Responsible Adult Mode

chezmoi init https://github.com/relaxdiego/dotfiles.git
chezmoi diff

If you're happy with what you see, run:

chezmoi apply

Update to the Latest Changes

YOLO Mode

chezmoi update

Responsible Adult Mode

chezmoi source pull -- --rebase && chezmoi diff

If you're happy with the changes, run:

chezmoi apply

Need Rust Support?

Just run install-rust

Troubleshooting

[ERROR] session expired

This is 1Password telling you that you need to sign in again. So run:

eval $(op signin)

And then re-run the chezmoi command you were trying to run beforehand.

chezmoi: template:...map has no entry for key "[somekeyhere]"

This means I've added a new key in .chezmoi.toml.tmpl and now you have the enviable task of re-initializing your dotfiles! Run:

chezmoi init

Then re-run the chezmoi command you were trying to run beforehand.

Vim can't find the python used to compile YouCompleteMe

Edit ~/.vim/.ycm_global_extra_conf.py and follow the instructions there.

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