Skip to content

butkej/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains my personal bash and vim configurations which I use at personal and work computers running Linux-based operating systems.
More configurations might come soon TM...

Specifications

  • Simple vimrc configuration

    • disables arrow keys
    • sensible defaults similar to tpope vim-sensible plugin
    • binds ESC to jk
    • uses vim-plug as plugin manager (bootstraps automatic self-installation)
    • automatically loads missing plugins and installs them on first startup of vim
  • Plugins:

    • lightline as a lightweight statusbar
    • vim-tmux-navigator
    • dracula colortheme
    • jedi-vim python autocompletion
  • Simple bashrc configuration

    • editing mode: vi with corresponding .inputrc
    • mostly aliases
    • custom prompt
  • Consistent colorscheme settings across terminal-emulator and vim:


Installation

To use this dotfiles repository simply clone it into your home directory with:

$ git clone https://github.com/butkej/dotfiles.git

Afterwards, simply change into the dotfiles directory, make the script executable and run it:

$ cd ~/dotfiles
$ chmod +x install.sh
$ ./install.sh

On the first startup of vim you will encouter errors as the plugin manager installs first itself and then downloads and installs the plugins. Simply quit out and start it again after the downloads finished and it should work completly.

About

My dotfile configurations on Linux machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors