pablodeafsapps / config-ubuntu-pol

Unix-based OS configuration files which I normally used in my Ubuntu machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config-ubuntu-pol

This project gathers several configuration files which allow to quickly set up certain popular features on Unix-based machines. The aim here is not development, but having a quick access configuration repository.

Prerequisites

These files work under Unix-based distributions. In my case, Ubuntu.

Usage

Simply clone this repo and copy the files of interest to the required locations.

Content

So far, this repository includes configuration files for the following features:

  • Bash. The .bashrc file is normally placed under the user directory (~). It comprises commands and alias to use the terminal.
  • Vim. The .vimrc file is normally places under the user directory (~). It relates the Vim editor, which is one of the most common and popular in the community.
  • i3. This is a well known window manager which allows to speed up your work. It comes with two different status bar flavors: i3Status and i3Blocks. The content is normally placed in a folder called i3, under the user directory (~).

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Unix-based OS configuration files which I normally used in my Ubuntu machine

License:MIT License


Languages

Language:Shell 98.0%Language:Perl 1.6%Language:Vim Script 0.5%