Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naumanafsar/dotfiles
Configuration files of my Ubuntu 18.04 Rice.
https://github.com/naumanafsar/dotfiles
dotfiles linux-rice ubuntu1804
Last synced: 2 months ago
JSON representation
Configuration files of my Ubuntu 18.04 Rice.
- Host: GitHub
- URL: https://github.com/naumanafsar/dotfiles
- Owner: naumanafsar
- Created: 2018-10-06T20:10:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T08:21:31.000Z (over 1 year ago)
- Last Synced: 2023-10-15T19:25:34.898Z (over 1 year ago)
- Topics: dotfiles, linux-rice, ubuntu1804
- Language: Python
- Homepage: https://nomispeaks.wordpress.com
- Size: 1.86 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are all my dotfiles to my own customized rice Ubuntu 18.04 LTS. Here's a screenshot:
![Bank](https://raw.githubusercontent.com/naumanafsar/dotfiles/master/imgs/screenshot.png)------
## Motivation
The main motivation was to become a command line ninja! that's why i got rid of the Unity on my Ubuntu 18.04 LTS and customized my own windows from scratch! don't worry if you want to do the same, i will be uploading all my daily tweakings to this repo and all the dependancies.------
## Dependancies
--------
|Package Name | What it Does? | How to Install?|
|-------------|---------------|----------------|
|i3wm | The basic core of my setup|` sudo apt install i3`|
|Ranger | My file browser with image rendering capability |`sudo apt install ranger`|
|Rofi | MacOS inspired file finder (replacement for dmenu) | `sudo apt install rofi`|
|Compton | Fix the transparency issue | `sudo apt install compton` |
|i3gaps | For gaps between the windows | `sudo apt install i3gaps`|
| feh | To set a wallpaper | `sudo apt install feh`|
|i3blocks | Status bar | `sudo apt install i3blocks`|
|NERDTree | A beautifull file explorer for vim | Check NERDTree github |
--------
## To Dos
- [x] Fixed the Wallpaper issue.
- [x] Customized urxvt.
- [x] Installed Terminal based file manager with file rendering capability.
- [x] Installed Terminal based music player.
- [x] Fixed the volume up/down issue.
- [x] Fixed the transparency issue.
- [x] vimrc needs customization.
- [x] Need to fix screen brightness controls.
--------