My personal linux configuration files (dotfiles). These include custom full-fledged ZSH configuration, vim config, many handy aliases and other things.
Find a file
2020-05-25 00:05:16 +02:00
files Merge branch 'master' into Python 2020-05-25 00:05:16 +02:00
util InstallChecks update 2020-04-06 00:38:29 +02:00
.gitignore Home directory cleanup, backups, vim config 2020-03-26 17:41:25 +01:00
dotfiles_install.py fixed oh-my-zsh istallation 2020-04-14 02:09:41 +02:00
installer.py Added installer 2020-04-05 19:27:24 +02:00
LICENSE.md Initial Commit 2020-02-29 22:11:42 +01:00
package_install.py fixed timeshift installation 2020-04-14 02:09:49 +02:00
README.md fixed file extension 2020-04-05 18:33:40 +02:00

Dotfiles

What can it do

  • Automate your daily tasks with handy aliases
  • Use nice prompt that shows you your git branch and command failure
  • Quickly install common packages with just 1 script
  • Get a nice VIM interface
  • Adjust the settings any way you want
  • You are in charge (install what you want, remove what you don't like)

Requirements

Note that it is required to have Python 3 installed to run this.

How to use it

Clone this repository anywhere you like
$ git clone https://github.com/koumakpet/dotfiles

Before you run installer.py, you should take a look at the files included and adjust them however you like. All files which will be added are in files/ directory. You can remove files which you don't want, or adjust them in any way.
When you are prepared, you can run installer.py
$ python3 ~/dotfiles/instal.py (assuming you cloned repository to your home directory)