Added Install Skript
This commit is contained in:
37
config/install.sh
Normal file
37
config/install.sh
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
#!/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
|
||||||
Reference in New Issue
Block a user