17 lines
		
	
	
		
			544 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			544 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # Maintainer: Debucquoy Anthony <Debucquoy.anthony@gmail.com>
 | |
| pkgname=zsh-config-tonitch
 | |
| pkgver=1
 | |
| pkgrel=1
 | |
| pkgdesc="Config for tonitch's zsh"
 | |
| arch=(x86_64)
 | |
| license=('unknown')
 | |
| depends=('zsh' 'zsh-autosuggestions' 'zsh-history-substring-search' 'zsh-syntax-highlighting' 'zsh-vi-mode')
 | |
| optdepends=('zsh-lovers')
 | |
| source=("https://raw.githubusercontent.com/tonitch/dotfiles/master/.zshrc")
 | |
| sha256sums=('705475f42e0744abe7b6c6bda42178776b58a76fc7fab4be0b60b42dfa08873e')
 | |
| 
 | |
| package() {
 | |
| 	cd "$srcdir"
 | |
| 	install -Dm644 .zshrc  ${pkgdir}/etc/zsh/zshrc
 | |
| }
 |