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-03-14 13:58:12 +01:00
files Added some aliases 2020-03-14 13:58:12 +01:00
.gitignore Initial Commit 2020-02-29 22:11:42 +01:00
install.sh Improved blue color (not visible on transparent terminals) 2020-02-29 22:20:20 +01:00
LICENSE.md Initial Commit 2020-02-29 22:11:42 +01:00
package_install.sh Improved blue color (not visible on transparent terminals) 2020-02-29 22:20:20 +01:00
README.md Initial Commit 2020-02-29 22:11:42 +01: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
  • Also works for ZSH Shell
  • Adjust the settings any way you want

How to use it?

Clone this repository into your home floder (~/dotfiles)
(Note that it has to be installed in your home directory, otherwise the script will not work!)
$ git clone https://github.com/koumakpet/dotfiles
Before you run install.sh, 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 When you are prepared, you can run installer.sh file in ~/dotfiles
$ sh ~/dotfiles/instal.sh