everdom / dotfiles

powerful dotfiles, easy deploy, zsh, tmux, lunarvim, doomemacs, gdb, lazygit, usefull linux tools and more..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles Build Status

After cloning this repo, run install to automatically set up the development environment. Note that the install script is idempotent: it can safely be run multiple times.

For the color scheme to look right, you will also need terminal-specific support. The configuration for that, along with a whole bunch of other machine-specific configuration, is located in dotfiles-local.

Dotfiles uses Dotbot for installation.

Screenshots

vim

emacs

Install

git clone https://github.com/everdom/dotfiles.git
cd dotfiles
./install

Making Local Customizations

You can make local customizations for some programs by editing these files:

  • vim : ~/.vimrc_local
  • emacs : ~/.emacs_local
  • zsh / bash : ~/.shell_local_before run first
  • zsh : ~/.zshrc_local_before run before .zshrc
  • zsh : ~/.zshrc_local_after run after .zshrc
  • zsh / bash : ~/.shell_local_after run last
  • git : ~/.gitconfig_local
  • hg : ~/.hgrc_local
  • tmux : ~/.tmux_local.conf

License

Copyright (c) 2013-2021 Anish Athalye. Released under the MIT License. See LICENSE.md for details.

About

powerful dotfiles, easy deploy, zsh, tmux, lunarvim, doomemacs, gdb, lazygit, usefull linux tools and more..

License:MIT License


Languages

Language:Shell 81.9%Language:Lua 10.1%Language:Python 3.6%Language:Emacs Lisp 1.3%Language:Ruby 1.2%Language:Perl 0.6%Language:SCSS 0.6%Language:HTML 0.3%Language:Vim Script 0.2%Language:Makefile 0.1%Language:PowerShell 0.1%Language:CSS 0.0%Language:Dockerfile 0.0%Language:PHP 0.0%