All Projects β†’ melekes β†’ dotfiles

melekes / dotfiles

Licence: other
🍴 ~ dotfiles

Programming Languages

Vim Script
2826 projects
shell
77523 projects
lua
6591 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+61.54%)
Mutual labels:  tmux, vimrc, rcm
dotfiles
My dotfiles for oh-my-zsh, vim and tmux πŸ“Ÿ
Stars: ✭ 23 (-11.54%)
Mutual labels:  tmux, vimrc
dotfiles
There is no place like ~/
Stars: ✭ 19 (-26.92%)
Mutual labels:  tmux, vimrc
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (+42.31%)
Mutual labels:  tmux, vimrc
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (-3.85%)
Mutual labels:  tmux, vimrc
dotfiles
Personal dotfiles
Stars: ✭ 18 (-30.77%)
Mutual labels:  tmux, vimrc
dotfiles
Personal dotfiles πŸ’»
Stars: ✭ 13 (-50%)
Mutual labels:  tmux, vimrc
dotfiles
❀ ~/.πŸ› πŸˆ the daily jam 🍞πŸ₯œπŸ‡πŸž
Stars: ✭ 55 (+111.54%)
Mutual labels:  tmux, vimrc
Dotfiles
πŸ’Ύ Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+2030.77%)
Mutual labels:  tmux, vimrc
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-15.38%)
Mutual labels:  tmux, vimrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+3688.46%)
Mutual labels:  tmux, vimrc
my-dotfiles
πŸ“ Meus arquivos de configuração para as ferramentas do dia a dia
Stars: ✭ 17 (-34.62%)
Mutual labels:  tmux, vimrc
dotfiles
🏑 ~/.*
Stars: ✭ 13 (-50%)
Mutual labels:  tmux, vimrc
dotfiles
🏑 My dotfiles
Stars: ✭ 64 (+146.15%)
Mutual labels:  tmux, vimrc
PenTerm
Terminal config for pentesters.
Stars: ✭ 20 (-23.08%)
Mutual labels:  tmux, vimrc
dotfiles
tmux.conf,vimrc,zshrc ....
Stars: ✭ 53 (+103.85%)
Mutual labels:  tmux, vimrc
Dotfiles
My configuration files
Stars: ✭ 89 (+242.31%)
Mutual labels:  tmux, vimrc
dotfiles
πŸ’Ž My vim/neovim, fish, git, and tmux configuration files
Stars: ✭ 49 (+88.46%)
Mutual labels:  tmux, vimrc
dot
Personal and professional dotfiles to setup my personal workspace on any Debian/Ubuntu system. Also available as rwxrob/workspace container.
Stars: ✭ 152 (+484.62%)
Mutual labels:  tmux, vimrc
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (+1280.77%)
Mutual labels:  tmux, vimrc

~melekes dotfiles

What I am using

Optional:

Be sure, you had these installed before proceeding.

Install

Clone onto your laptop:

git clone git://github.com/melekes/dotfiles.git

(Or, fork and keep your fork updated).

Install rcm:

brew install rcm

Install:

rcup -d dotfiles -x README.md -x LICENSE

This will create symlinks for config files in your home directory. The -x options, which exclude the README.md and LICENSE files, are needed during installation but can be skipped once the .rcrc configuration file is symlinked in.

You can safely run rcup multiple times to update:

rcup

After steps

Install Vim plugins: open Vim and type :PlugInstall.

Install Tmux plugins: run tmux and hit Ctrl-f + I.

Make your own customizations

Put your customizations in dotfiles appended with .local:

  • ~/.aliases.local
  • ~/.gitconfig.local
  • ~/.tmux.conf.local
  • ~/.zshrc.local
  • ~/.config/nvim/init.vim.local

For example, your ~/.aliases.local might look like this:

# Productivity
alias todo='$EDITOR ~/.todo'

Your ~/.gitconfig.local might look like this:

[alias]
  l = log --pretty=colored
[pretty]
  colored = format:%Cred%h%Creset %s %Cgreen(%cr) %C(boldblue)%an%Creset
[user]
  name = Joe Black
  email = [email protected]

Your ~/.config/fish/config.fish.local might look like this:

set PATH $PATH /usr/local/bin

Shell aliases

  • e for $EDITOR
  • git aliases (gst, gci, ga, etc.)

Thanks

These dotfiles are heavily inspired by holman does dotfiles. Installation process is now handled by awesome thougtbot/rcm.

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