Skip to content

nueks/dotfiles-1

 
 

Repository files navigation

dotfiles

What?

These are my dotfiles configuration. It is mostly zsh, vim and tmux. Also include OS specific configuration. For OSX there is configuration for mjolnir and iTerm2. For Linux (Ubuntu/Mint) there is configuration for xbindkeysrc, xcape and conky.

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 vim --override-system-vi

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

Terminal colorschemes

On osx use iTerm2, on Linux use Terminator or Gnome Terminal.

Nice colorschemes can be found here: https://github.com/mbadolato/iTerm2-Color-Schemes#installation-instructions .

Instal powerline fonts

Install powerline fonts.

Other option is to awesome terminal fonts.

TODO and ideas

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.1%
  • Vim Script 25.7%
  • Lua 10.8%
  • Ruby 2.4%
  • Python 1.0%