An open API service indexing awesome lists of open source software.

https://github.com/leomartinch/bash-scripts

Bash Scripts that help me with School and other tasks in Linux using DWM and Dmenu.
https://github.com/leomartinch/bash-scripts

bash-script dmenu-scripts dwm linux

Last synced: about 1 month ago
JSON representation

Bash Scripts that help me with School and other tasks in Linux using DWM and Dmenu.

Awesome Lists containing this project

README

          

# bash-scripts
My Bash Scripts that help me with School and other tasks.
More informations will be added in the near future.

## General Informations
This bash script was created to efficiently navigate through my files for school.
The main features include:
- Folder choosing based on my timetable
- Fast acces to files: Files are displayed from newest changed to oldest for easy acces

## Dependencies
Make sure the following packages are installed on your system:
- `dunst`: A lightweight notification daemon.
- `notify-send`: A utility for sending notifications.
- `dmenu`: A dynamic menu for X.

I use the st terminal, neovim as my text editor and librewolf as my default browser.
Make sure to change these according to your default softwares.
On top of that I use a multidute of other softwares for school tasks.
These are:
- `okular`: A PDF viewer with annotation tools
- `xournalpp`: A general drawing app simmilar to onenote used for more complex pdf annotating.
- `zathura`: A lightweight PDF viewer used for only viewing purposes.
- `thunar`: A graphical file manager.
- `libreoffice`: An office suite.
- `mpv`: A video player.

## Installation
1. Clone this repository into a folder of you choosing. I would recomend to put these scripts into a .scripts/ folder in your home directory:
```bash
mkdir .scripts
cd .scripts/
git clone https://github.com/leomartinch/bash-scripts.git

## Customisations
This bash script is taylored to my needs.
For this reason you will have to change a few things to make it run for your system for your liking.
...