37 lines
601 B
Bash
37 lines
601 B
Bash
#!/bin/bash
|
|
# General Stuff
|
|
gistspath=$(pwd)
|
|
|
|
# Shell Config
|
|
echo "Install bashrc.."
|
|
|
|
# Install tools
|
|
## ipgrep
|
|
|
|
# FONTS
|
|
## Download/Copy Fonts
|
|
## Update FontCache
|
|
## Change Ubuntu Settings
|
|
|
|
|
|
#/org/gnome/desktop/interface/monospace-font-name
|
|
# 'UbuntuMono Nerd Font 13'
|
|
|
|
# /org/gnome/desktop/wm/preferences/titlebar-font
|
|
# 'UbuntuMono Nerd Font Bold 11'
|
|
|
|
# /org/gnome/desktop/interface/document-font-name
|
|
# 'SauceCodePro Nerd Font Mono Light 11'
|
|
|
|
# /org/gnome/desktop/interface/font-name
|
|
# 'UbuntuMono Nerd Font 11'
|
|
|
|
# Packages
|
|
## APT
|
|
## PIP
|
|
## SNAP
|
|
## RUST
|
|
|
|
|
|
# CyberChef
|
|
# Add Desktop Launcher |