Skip to content

mittelholcz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles and setup scripts.

1 Requirements

  • make
  • git
  • curl

2 Make

  • Configure shell with .bashrc, .inputrc etc.:
    make shell
  • Restore shell configurations:
    make restore_shell
  • Setup and configure vim with .vimrc and vim-plug
    make vim
  • Install drivers and programs for work (ubuntu):
    make desktop
  • Install docker-CE, add the current user to the docker group:
    make docker