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.
- Host: GitHub
- URL: https://github.com/leomartinch/bash-scripts
- Owner: leomartinch
- Created: 2025-01-25T23:41:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T20:39:51.000Z (10 months ago)
- Last Synced: 2025-04-17T07:52:23.520Z (10 months ago)
- Topics: bash-script, dmenu-scripts, dwm, linux
- Language: Shell
- Homepage: https://leomartin.ch/projects/2024-10-18-school-bash-script.html
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
...