mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
1.3.0 Added more configs, streamlined apt.sh
This commit is contained in:
19
apt.sh
19
apt.sh
@@ -1,8 +1,5 @@
|
|||||||
#!/data/data/com.termux/files/usr/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Install command-line tools using Apt.
|
|
||||||
|
|
||||||
# Make sure we’re using the latest Apt.
|
|
||||||
apt update
|
apt update
|
||||||
|
|
||||||
apt install bash \
|
apt install bash \
|
||||||
@@ -16,18 +13,13 @@ apt install bash \
|
|||||||
gzip \
|
gzip \
|
||||||
htop \
|
htop \
|
||||||
less \
|
less \
|
||||||
mc \
|
|
||||||
nmap \
|
nmap \
|
||||||
openssh \
|
|
||||||
openssl \
|
|
||||||
rsync \
|
rsync \
|
||||||
sed \
|
sed \
|
||||||
tmux \
|
tmux \
|
||||||
vim \
|
vim \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
unstable-repo \
|
|
||||||
x11-repo \
|
|
||||||
algernon \
|
algernon \
|
||||||
busybox \
|
busybox \
|
||||||
binutils \
|
binutils \
|
||||||
@@ -37,18 +29,13 @@ apt install bash \
|
|||||||
make \
|
make \
|
||||||
nano \
|
nano \
|
||||||
nodejs \
|
nodejs \
|
||||||
nsnake \
|
|
||||||
nudoku \
|
|
||||||
pngquant \
|
pngquant \
|
||||||
python \
|
python \
|
||||||
ranger \
|
ranger \
|
||||||
termux-api \
|
|
||||||
termux-auth \
|
|
||||||
vitetris \
|
|
||||||
wol \
|
|
||||||
yarn \
|
yarn \
|
||||||
stow \
|
stow \
|
||||||
man
|
man \
|
||||||
|
git
|
||||||
|
|
||||||
|
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|||||||
36
caprine/.config/CAPRINE_custom.css
Normal file
36
caprine/.config/CAPRINE_custom.css
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
/*
|
||||||
|
This is the custom styles file where you can add anything you want.
|
||||||
|
The styles here will be injected into Caprine and will override default styles.
|
||||||
|
If you want to disable styles but keep the config, just comment the lines that you don't want to be used.
|
||||||
|
|
||||||
|
Here are some dark mode color variables to get you started.
|
||||||
|
Edit them to change color scheme of Caprine.
|
||||||
|
Press Command/Ctrl+R in Caprine to see your changes.
|
||||||
|
*/
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--base: #00000000;
|
||||||
|
--base-ninety: rgba(255, 255, 255, 0.9);
|
||||||
|
--base-seventy-five: rgba(255, 255, 255, 0.75);
|
||||||
|
--base-seventy: rgba(255, 255, 255, 0.7);
|
||||||
|
--base-fifty: rgba(255, 255, 255, 0.5);
|
||||||
|
--base-fourty: rgba(255, 255, 255, 0.4);
|
||||||
|
--base-thirty: rgba(255, 255, 255, 0.3);
|
||||||
|
--base-twenty: rgba(255, 255, 255, 0.2);
|
||||||
|
--base-five: rgba(255, 255, 255, 0.05);
|
||||||
|
--base-ten: rgba(255, 255, 255, 0.1);
|
||||||
|
--base-nine: rgba(255, 255, 255, 0);
|
||||||
|
--container-color: #32323200;
|
||||||
|
--container-dark-color: #1e1e1e00;
|
||||||
|
--list-header-color: #22222200;
|
||||||
|
--blue: #0084ff;
|
||||||
|
--selected-conversation-background: linear-gradient(hsla(209, 110%, 45%, 0.9), hsla(209, 110%, 42%, 0.9));
|
||||||
|
--glasscord-win-blur: blurbehind;
|
||||||
|
--glasscord-linux-blur: true;
|
||||||
|
--glasscord-mac-vibrancy: fullscreen-ui;
|
||||||
|
}
|
||||||
|
|
||||||
|
._7t0j {
|
||||||
|
display: none !important;
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user