mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-24 16:33:14 +01:00
Merge branch 'master' of github.com:Lissy93/dotfiles
This commit is contained in:
commit
54e40c2fbc
@ -39,5 +39,5 @@ export ZLIB="${ZDOTDIR}/lib"
|
|||||||
|
|
||||||
# Encodings, languges and misc settings
|
# Encodings, languges and misc settings
|
||||||
export LANG='en_GB.UTF-8';
|
export LANG='en_GB.UTF-8';
|
||||||
export LC_ALL='en_GB.UTF-8';
|
export LC_ALL='en_GB';
|
||||||
export PYTHONIOENCODING='UTF-8';
|
export PYTHONIOENCODING='UTF-8';
|
||||||
|
@ -155,8 +155,9 @@ cask 'burp-suite' # Web security testing
|
|||||||
cask 'owasp-zap' # Web app security scanner
|
cask 'owasp-zap' # Web app security scanner
|
||||||
cask 'wireshark' # Network analyzer + packet capture
|
cask 'wireshark' # Network analyzer + packet capture
|
||||||
|
|
||||||
# Security Utilities
|
# Security Utilities and Data Encryption
|
||||||
brew 'bcrypt' # Encryption utility, using blowfish
|
brew 'bcrypt' # Encryption utility, using blowfish
|
||||||
|
brew 'borgbackup' # Encrypted, deduplicated backups
|
||||||
brew 'clamav' # Open source virus scanning suite
|
brew 'clamav' # Open source virus scanning suite
|
||||||
brew 'dnscrypt-proxy' # Proxy for using encrypted DNS
|
brew 'dnscrypt-proxy' # Proxy for using encrypted DNS
|
||||||
cask 'gpg-suite' # PGP encryption for emails and files
|
cask 'gpg-suite' # PGP encryption for emails and files
|
||||||
@ -195,6 +196,7 @@ cask 'ledger-live' # Crypto hardware wallet manager
|
|||||||
cask 'mountain-duck' # Mount remote storage locations
|
cask 'mountain-duck' # Mount remote storage locations
|
||||||
cask 'protonmail-bridge' # Decrypt ProtonMail emails
|
cask 'protonmail-bridge' # Decrypt ProtonMail emails
|
||||||
cask 'protonvpn' # Client app for ProtonVPN
|
cask 'protonvpn' # Client app for ProtonVPN
|
||||||
|
cask 'vorta' # GUI for BorgBackup
|
||||||
|
|
||||||
# Browsers
|
# Browsers
|
||||||
cask 'firefox'
|
cask 'firefox'
|
||||||
|
@ -48,6 +48,9 @@ debian_apps=(
|
|||||||
'xsel' # Copy paste access to the X clipboard
|
'xsel' # Copy paste access to the X clipboard
|
||||||
'zoxide' # Auto-learning navigation (better cd)
|
'zoxide' # Auto-learning navigation (better cd)
|
||||||
|
|
||||||
|
# Languages, compilers, runtimes, etc
|
||||||
|
'golang'
|
||||||
|
|
||||||
# Security Utilities
|
# Security Utilities
|
||||||
'clamav' # Open source virus scanning suite
|
'clamav' # Open source virus scanning suite
|
||||||
'cryptsetup' # Reading / writing encrypted volumes
|
'cryptsetup' # Reading / writing encrypted volumes
|
||||||
|
Loading…
Reference in New Issue
Block a user