Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusrp98/dotfiles
Public configuration files for my GNU+Linux setup.
https://github.com/jesusrp98/dotfiles
compton dotfiles dunst i3wm polybar ranger redshift rofi termite vim zsh
Last synced: about 1 month ago
JSON representation
Public configuration files for my GNU+Linux setup.
- Host: GitHub
- URL: https://github.com/jesusrp98/dotfiles
- Owner: jesusrp98
- Created: 2018-05-02T10:37:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T11:59:38.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T23:34:22.163Z (3 months ago)
- Topics: compton, dotfiles, dunst, i3wm, polybar, ranger, redshift, rofi, termite, vim, zsh
- Language: Shell
- Homepage:
- Size: 8.98 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal dotfiles
This repository contains the configuration files I use in both desktop & laptop devices.### What is a 'dotfile'?
The term `dotfile` refers to hidden config files from most apps on GNU+Linux systems, like Bash (`.bashrc`) or Vim (`.vimrc`). Notice the `.` at the start of the name file, thus 'dotfile' :). They are hidden by default in most file explorers by default, like Nautilus.## System configuration
List of core packages listed below.* **OS:** Arch Linux (Antergos).
* **WM:** i3-gaps.
* **Terminal:** Termite.
* **Shell:** Zsh with [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh).
* **Text-editor:** Vim.
* **Browser:** Firerfox.
* **Font:** [Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono).## Available dotfiles
Now, a list with all available dotfiles in this repo is presented to you.* [Compton](https://github.com/chjj/compton) - A compositor for X11.
* [Dunst](https://github.com/dunst-project/dunst) - Lightweight and customizable notification daemon.
* [HumbleNewTabPage](https://github.com/quodroc/HumbleNewTabPage) - New tab page extension for Chrome and Firefox.
* [i3](https://i3wm.org/) - Improved tiling WM.
* [Polybar](https://github.com/jaagr/polybar) - A fast and easy-to-use status bar.
* [Ranger](http://ranger.github.io/) - A console file manager with VI key bindings.
* [Redshift](https://github.com/jonls/redshift) - Adjusts the color temperature of your screen.
* [Rofi](https://github.com/DaveDavenport/rofi) - A window switcher, application launcher and dmenu replacement.
* [Termite](https://github.com/thestinger/termite) - A keyboard-centric terminal, aimed at use within a window manager with tiling and/or tabbing support.
* [Vim](https://www.vim.org/) - Vim is a highly configurable text editor for efficiently creating and changing any kind of text.
* [Zsh](https://wiki.archlinux.org/index.php/zsh) - Powerful shell that operates as both an interactive shell and as a scripting language interpreter.It is free to download these dotfiles: use them as you wish. Enjoy them!