A collection of scripts, configs and aliases I've accumulated over the years.
- Youtube-DL or yt-dlp
Unless stated, all configs can be installed by copying them into your $HOME
directory.
mkdir ~/bin
cp Termux/termux-url-opener ~/bin
cp nvimrc .config/nvim/init.vim
cp zshrc ~/.zshrc
cp -r zsh-files ~/zsh-files
cp themes/zsh/* .oh-my-zsh/themes/
mkdir $env:USERPROFILE\Documents\WindowsPowerShell
cp PowerShell/Microsoft.PowerShell_profile $PROFILE
cp PowerShell/NumLock.ico $env:USERPROFILE\Documents\WindowsPowerShell
cp PowerShell/CapsLock.ico $env:USERPROFILE\Documents\WindowsPowerShell
Some configuration files (e.g. .tmux.conf
) contain alternative configurations which can be enabled by commenting or uncommenting certain lines.