All Projects → deathbeam → Dotfiles

deathbeam / Dotfiles

Licence: mit
My awesome dotfiles 🚀

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Vimrc Config
re-vim: sensible vim configuration
Stars: ✭ 212 (+351.06%)
Mutual labels:  dotfiles, vim-configuration
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+138.3%)
Mutual labels:  dotfiles, mpv
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+1078.72%)
Mutual labels:  dotfiles, vim-configuration
Vim Bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Stars: ✭ 1,870 (+3878.72%)
Mutual labels:  dotfiles, vim-configuration
Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+353.19%)
Mutual labels:  dotfiles, intellij
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+10.64%)
Mutual labels:  dotfiles, mpv
Dot vim
🐉 The Vim Configuration of Champions. Uses Plug to manage roughly four thousand plugins. The dragon symbolizes complexity.
Stars: ✭ 660 (+1304.26%)
Mutual labels:  dotfiles, vim-configuration
Dotfiles
Configs 🤘🤘🤘
Stars: ✭ 39 (-17.02%)
Mutual labels:  dotfiles
I18nplugin
Intellij idea i18next support plugin
Stars: ✭ 43 (-8.51%)
Mutual labels:  intellij
Dotfiles
A set of .emacs, .bash, git and other configuration files
Stars: ✭ 38 (-19.15%)
Mutual labels:  dotfiles
Dotfiles
🔧 My configuration files.
Stars: ✭ 36 (-23.4%)
Mutual labels:  dotfiles
Manifold
Manifold plugs into Java to supplement it with powerful features, from Type-safe Metaprogramming (direct access to GraphQL, JSON, XML, etc.), Extension Methods, Operator Overloading, and Unit Expressions to an integrated Template Engine and a Preprocessor. All fully supported in IntelliJ IDEA and Android Studio. Simply add Manifold to your project and begin taking advantage of it.
Stars: ✭ 993 (+2012.77%)
Mutual labels:  intellij
Termux Mpv
Wrapper for Mpv on Termux. Displays play controls in the notification
Stars: ✭ 43 (-8.51%)
Mutual labels:  mpv
Dots
another dotfiles repo
Stars: ✭ 39 (-17.02%)
Mutual labels:  dotfiles
Idea Monokai
Monokai (sublime text version) color scheme for IntelliJ IDEA / Android Studio
Stars: ✭ 44 (-6.38%)
Mutual labels:  intellij
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1995.74%)
Mutual labels:  dotfiles
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (+0%)
Mutual labels:  dotfiles
Fresh
Keep your dotfiles fresh.
Stars: ✭ 1,026 (+2082.98%)
Mutual labels:  dotfiles
Env
My setup, partially
Stars: ✭ 41 (-12.77%)
Mutual labels:  dotfiles
Dotfiles
This is my dotfiles.
Stars: ✭ 41 (-12.77%)
Mutual labels:  dotfiles

dotfiles

TravisCI Build Status

These are my configuration files for Linux and Mac. It is still work in progress, so expect a lot of changes, but I think it is stable enough to be usable. My Vim configuration is great for Java, Haxe and Typescript development when running Vim in Tmux and using Git. So, if you are doing all of this, then feel free to steal some stuff from here.

Screenshot

Requirements

  • git - Most of the installation process is managed via Git, so you need this one.
  • stow - Stow is used for dotfile installation (creating symlinks)

How to install?

It is simple, just use make

git clone git://github.com/deathbeam/dotfiles ~/.dotfiles
cd ~/.dotfiles
make

Most of my dotfiles are using Terminus font, so to make everything look correct, install it in both TrueType and bitmap format.

How to update?

You can just use Git:

cd ~/.dotfiles
git pull --rebase
make

How to inlude your own stuff?

After you have installed dotfiles, you can start including your own stuff by creating appropriate .local dotfiles in home directory:

$EDITOR ~/.gitconfig.local
$EDITOR ~/.vimrc.local
$EDITOR ~/.profile.local
$EDITOR ~/.zshrc.local
$EDITOR ~/.tmux.conf.local

To add your own Vim, Tmux or Zsh plugin you can just clone it to proper bundle/local directory:

# Add SuperTab vim plugin
git clone git://github.com/ervandew/supertab \
  ~/.vim/bundle/local/supertab

# Add Tmux sessionist plugin
git clone git://github.com/tmux-plugins/tmux-sessionist \
  ~/.tmux/bundle/local/tmux-sessionist

# Add zsh-autoenv zsh plugin
git clone git://github.com/Tarrasch/zsh-autoenv \
  ~/.zsh/bundle/local/zsh-autoenv

Included stuff

ZSH

  • alias-tips: A plugin to help remembering those aliases you defined once
  • base-16-shell: A shell script to change your shell's default ANSI colors but most importantly, colors 17 to 21 of your shell's 256 colorspace (if supported by your terminal)
  • cdls*: Runs ls -A on directory change
  • codi*: A nice way to use Codi is through a shell wrapper
  • fzf: A command-line fuzzy finder written in Go
  • globalias**: Expands all glob expressions, subcommands and aliases (including global)
  • ix*: A command line pastebin - shell
  • vi-mode**: Enhanced Vi mode for zsh with history substring search support
  • zim: ZIM - Zsh IMproved

Vim

Tmux

  • tmux-continuum: Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.
  • tmux-copycat: Enhances tmux search
  • tmux-open: Tmux key bindings for quick opening of a highlighted file or url
  • tmux-resurrect: Persists tmux environment across system restarts
  • tmux-sensible: basic tmux settings everyone can agree on
  • tmux-sessionist: Lightweight tmux utils for manipulating sessions
  • tmux-yank: Plugin for copying to system clipboard
  • vim-tmux-navigator: Seamless navigation between tmux panes and vim splits

* These plugins are made by me, so do not bother searching for them online
** These plugins are copied from oh-my-zsh, with some modifications

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