All Projects → captbaritone → Dotfiles

captbaritone / Dotfiles

My configuration files

Projects that are alternatives of or similar to Dotfiles

dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-74.16%)
Mutual labels:  dotfiles, tmux, vimrc, zshrc
dotfiles
🏡 My dotfiles
Stars: ✭ 64 (-28.09%)
Mutual labels:  dotfiles, tmux, vimrc, zshrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1006.74%)
Mutual labels:  tmux, zshrc, dotfiles, vimrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+522.47%)
Mutual labels:  tmux, zshrc, dotfiles, vimrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+53.93%)
Mutual labels:  tmux, zshrc, dotfiles, vimrc
dotfiles
🏡 ~/.*
Stars: ✭ 13 (-85.39%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-73.03%)
Mutual labels:  dotfiles, tmux, zshrc
dotfiles
There is no place like ~/
Stars: ✭ 19 (-78.65%)
Mutual labels:  dotfiles, tmux, vimrc
dotfiles
tmux.conf,vimrc,zshrc ....
Stars: ✭ 53 (-40.45%)
Mutual labels:  dotfiles, tmux, vimrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-60.67%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
vim ⌨️ tmux 🖥 git ⑃ zsh 💤
Stars: ✭ 12 (-86.52%)
Mutual labels:  dotfiles, vimrc, zshrc
Dotfiles
🚀 My setup for linux kernel based operating systems. Managed as a bare repository
Stars: ✭ 44 (-50.56%)
Mutual labels:  tmux, dotfiles, vimrc
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (-26.97%)
Mutual labels:  tmux, vimrc, zshrc
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 (+185.39%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (-26.97%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-58.43%)
Mutual labels:  dotfiles, tmux, vimrc
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (+303.37%)
Mutual labels:  tmux, zshrc, vimrc
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (-71.91%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (-74.16%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+96.63%)
Mutual labels:  dotfiles, vimrc, zshrc

Dotfiles

These are my personal configuration files. Having them in a GitHub repository allows me to instantly set up shop on any machine as well as keep my tools and configurations in sync across my laptop and desktop machines.

Workflow

For the curious, here is a list of the tools (toolchain) I am currently using. It is heavily keyboard and command-line centric.

  • OS: OSX on my laptop and Ubuntu on my various servers. These dotfiles work on both.
  • Terminal: Hyper a terminal written in JS/HTML/CSS.
  • Text editor: Vim may have a steep learning curve, but for me the return on investment was nearly immediate. For anyone looking to make the leap, I recommend reading Coming Home to Vim a blog post by Steve Losh and Your problem with Vim is that you don't grock vi by StackOverflow user Jim Dennis.
    • Colorscheme: Molokai a high contrast, dark background colorscheme.
    • Code Linting: Syntastic Find mal-formatted code at save time instead of at run time.
    • Undo: Gundo View and move through undo history as a tree.
    • Status Line: Vim Airline Beautiful status line with all the info I need, implemented in native VimL.
    • File Opener: ctrl-p Fuzzy matching file opener.
  • Version control: Git I interact with Git via the command line.
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].