Skip to content

tsoj/apt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Installation

  1. Download the song (you need to have yt-dlp and ffmpeg installed for this step):
# Go into the directory in which `home_folder` lies (i.e. if you type `ls` this README.md and `home_folder` show up)
yt-dlp --extract-audio --audio-format wav -o ./apt-sound-orig.wav "https://www.youtube.com/watch?v=wFeEbjLJDmI"
mkdir -p ./home_folder/.local/share/sounds/
ffmpeg -ss 6.7 -i ./apt-sound-orig.wav -acodec copy ./home_folder/.local/share/sounds/apt-sound.wav
  1. Review code of home_folder/.apt_sound.sh, because there is no guarantee that it won't blow up your system.
  2. Copy the contents of the folder home_folder into your home directory.
  3. Add the line source ~/.apt_sound.sh to your .bashrc.
  4. Profit.

Download the song only if it's not illegal to do so ...

About

apt apt apt atp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages