All Projects → labianchin → dotfiles

labianchin / dotfiles

Licence: MIT license
No description or website provided.

Programming Languages

shell
77523 projects
Vim Script
2826 projects
lua
6591 projects
ruby
36898 projects - #4 most used programming language
python
139335 projects - #7 most used programming language

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 (+5041.67%)
Mutual labels:  zsh, tmux, osx
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+18375%)
Mutual labels:  zsh, tmux, osx
nvm-auto-use.zsh
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
Stars: ✭ 16 (+33.33%)
Mutual labels:  zsh, zsh-plugins
Neovim Config
Neovim configuration
Stars: ✭ 180 (+1400%)
Mutual labels:  zsh, tmux
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (+1400%)
Mutual labels:  zsh, tmux
Dotfiles
📍 My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (+1158.33%)
Mutual labels:  zsh, tmux
Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+108141.67%)
Mutual labels:  zsh, tmux
Agkozak Zsh Prompt
A fast, asynchronous ZSH prompt with color ASCII indicators of Git, exit, SSH, virtual environment, and vi mode status. Framework-agnostic and customizable.
Stars: ✭ 182 (+1416.67%)
Mutual labels:  zsh, osx
Dotfiles
Dotfiles
Stars: ✭ 117 (+875%)
Mutual labels:  zsh, tmux
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+1616.67%)
Mutual labels:  zsh, tmux
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (+1633.33%)
Mutual labels:  zsh, tmux
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+1641.67%)
Mutual labels:  zsh, tmux
Setup
Setup a new machine without sudo!
Stars: ✭ 130 (+983.33%)
Mutual labels:  zsh, tmux
Dotfiles
🔩 Dotfiles for bash, zsh, tmux, emacs, vim, etc
Stars: ✭ 175 (+1358.33%)
Mutual labels:  zsh, tmux
Dotfiles
My dotfiles
Stars: ✭ 127 (+958.33%)
Mutual labels:  zsh, tmux
Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (+1408.33%)
Mutual labels:  zsh, tmux
Dot
These are my dot files. I've primarily been a MacOS user for most of the time I've been collecting dotfiles, but I've recently switched to Linux. I primarily use Arch, Arco, Manjaro, or some other Arch based distro; so that's where I take my que.
Stars: ✭ 232 (+1833.33%)
Mutual labels:  zsh, tmux
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+341275%)
Mutual labels:  zsh, tmux
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+833.33%)
Mutual labels:  zsh, tmux
Dotfiles
My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.
Stars: ✭ 185 (+1441.67%)
Mutual labels:  zsh, tmux

dotfiles

What?

These are my dotfiles configuration. It is mostly zsh, vim and tmux. It also includes some OS specific configuration. For macOS there is configuration for Hammerspoon and Karabiner-Elements.

Full Install

Warning: do understand the following commands before running. You might only want some specific parts, check below for vim and tmux.

git clone https://github.com/labianchin/dotfiles.git ~/.dotfiles && ~/.dotfiles/install.sh

Install only specifics

If you want you can install dotfiles just for specific apps. This is done mostly by doing a symlink of the configuration files.

Warning: This will override configuration files. Please, understand each command and backup your files.

vim

Status: Stable

Run the install script, which will backup your current vim config and install the new config:

~/.dotfiles/vim/install.sh

I now use and recommend neovim, check install instructions here

brew install neovim

tmux

Status: Beta

Includes TPM to manage plugins (https://github.com/tmux-plugins/tpm).

ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf

To better understand what is included, check the tmux.conf file. Also press Ctrl-a Ctrl-? inside tmux to check the configured key bindings.

osx brew files

Status: Stable, but only use for inspiration

Software for osx is managed through osx/Brewfile.

~/.dotfiles/osx/bundle/install.sh

Fonts

Recommendation is Fira Code, a free monospaced font with programming ligatures.

brew tap homebrew/cask-fonts
brew cask install font-fira-code

References and ideas

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