mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-22 09:59:26 +00:00
Clean up home
This commit is contained in:
parent
e51136dd77
commit
b7b15124da
64
.Xresources
64
.Xresources
|
@ -1,64 +0,0 @@
|
||||||
! special
|
|
||||||
#define dracula #282a36
|
|
||||||
#define adapta #222D32
|
|
||||||
#define ubuntu #300A24
|
|
||||||
#define deepb #042947
|
|
||||||
#define deepp #141127
|
|
||||||
|
|
||||||
*.foreground: #f8f8f2
|
|
||||||
*.background: deepp
|
|
||||||
! black
|
|
||||||
*.color0: #282a36
|
|
||||||
*.color8: #4d4d4d
|
|
||||||
|
|
||||||
! red
|
|
||||||
*.color1: #ff5555
|
|
||||||
*.color9: #ff6e67
|
|
||||||
|
|
||||||
! green
|
|
||||||
*.color2: #50fa7b
|
|
||||||
*.color10: #5af78e
|
|
||||||
|
|
||||||
! yellow
|
|
||||||
*.color3: #f1fa8c
|
|
||||||
*.color11: #f4f99d
|
|
||||||
|
|
||||||
! blue
|
|
||||||
*.color4: #3c82e8
|
|
||||||
*.color12: #3c82e8
|
|
||||||
|
|
||||||
! magenta
|
|
||||||
*.color5: #bd93f9
|
|
||||||
*.color13: #caa9fa
|
|
||||||
|
|
||||||
! cyan
|
|
||||||
*.color6: #8be9fd
|
|
||||||
*.color14: #9aedfe
|
|
||||||
|
|
||||||
! white
|
|
||||||
*.color7: #bfbfbf
|
|
||||||
*.color15: #e6e6e6
|
|
||||||
|
|
||||||
*.color16: #b45bcf
|
|
||||||
*.color17: #00f769
|
|
||||||
*.color18: #3a3c4e
|
|
||||||
*.color19: #4d4f68
|
|
||||||
*.color20: #62d6e8
|
|
||||||
*.color21: #f1f2f8
|
|
||||||
|
|
||||||
#define hack Hack:pixelsize=14:antialias=true:autohint=true
|
|
||||||
#define ubuntumono Ubuntu Mono:pixelsize=16:antialias=true:autohint=true
|
|
||||||
#define dundertale Determination Mono:pixelsize=14:antialias=true:autohint=true
|
|
||||||
st.shell: /usr/bin/fish
|
|
||||||
st.xfps: 600
|
|
||||||
st.font: ubuntumono
|
|
||||||
|
|
||||||
rofi.drun-icon-theme: Haiku
|
|
||||||
rofi.show-icons: true
|
|
||||||
rofi.color-normal: argb:2c263238, #c4cbd4, argb:2c263238, #5294E2, #f9f9f9
|
|
||||||
rofi.color-urgent: argb:2c263238, #cc6666, argb:e54b5160, #a54242, #f9f9f9
|
|
||||||
rofi.color-active: argb:2c263238, #65acff, argb:e44b5160, #4491ed, #f9f9f9
|
|
||||||
rofi.color-window: argb:f2263238, #7c8389, #263238
|
|
||||||
rofi.separator-style: none
|
|
||||||
rofi.run-command: fish -c '{cmd}'
|
|
||||||
rofi.run-list-command: 'fish -c functions'
|
|
7
.bashrc
7
.bashrc
|
@ -50,7 +50,6 @@ shopt -s histappend
|
||||||
# Save multi-line commands as one command
|
# Save multi-line commands as one command
|
||||||
shopt -s cmdhist
|
shopt -s cmdhist
|
||||||
|
|
||||||
|
|
||||||
# Huge history. Doesn't appear to slow things down, so why not?
|
# Huge history. Doesn't appear to slow things down, so why not?
|
||||||
HISTSIZE=500000
|
HISTSIZE=500000
|
||||||
HISTFILESIZE=100000
|
HISTFILESIZE=100000
|
||||||
|
@ -86,12 +85,6 @@ shopt -s cdspell 2> /dev/null
|
||||||
# Define a variable containing a path and you will be able to cd into it regardless of the directory you're in
|
# Define a variable containing a path and you will be able to cd into it regardless of the directory you're in
|
||||||
shopt -s cdable_vars
|
shopt -s cdable_vars
|
||||||
|
|
||||||
# Examples:
|
|
||||||
# export dotfiles="$HOME/dotfiles"
|
|
||||||
# export projects="$HOME/projects"
|
|
||||||
# export documents="$HOME/Documents"
|
|
||||||
# export dropbox="$HOME/Dropbox"
|
|
||||||
|
|
||||||
#aliases
|
#aliases
|
||||||
alias cd='cd -P'
|
alias cd='cd -P'
|
||||||
alias caddy='python3 -m http.server'
|
alias caddy='python3 -m http.server'
|
||||||
|
|
5
.hidden
5
.hidden
|
@ -1,5 +0,0 @@
|
||||||
melonDS.ini
|
|
||||||
databases-incognito
|
|
||||||
VideoDecodeStats
|
|
||||||
airport.key
|
|
||||||
wine.theme
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
tmux new -s 0 -d 'cd ~/.invidious; git pull; docker-compose up --build'
|
tmux new -s 0 -d 'cd ~/.invid; git pull; docker-compose up --build'
|
||||||
|
|
2
.setup
2
.setup
|
@ -33,7 +33,7 @@ sudo systemctl enable --now docker tor
|
||||||
sudo usermod -aG docker $USER
|
sudo usermod -aG docker $USER
|
||||||
chsh -s /usr/bin/fish
|
chsh -s /usr/bin/fish
|
||||||
|
|
||||||
git g gh:iv-org/invidious ~/.invidious
|
git g gh:iv-org/invidious ~/.invid
|
||||||
git g gh:Phantop/solus-stuff ~/.solus
|
git g gh:Phantop/solus-stuff ~/.solus
|
||||||
git g gh:Phantop/phantop.github.io ~/.site
|
git g gh:Phantop/phantop.github.io ~/.site
|
||||||
git g gh:Phantop/haiku-icons ~/.local/share/icons/haiku
|
git g gh:Phantop/haiku-icons ~/.local/share/icons/haiku
|
||||||
|
|
23
airport.key
23
airport.key
|
@ -1,23 +0,0 @@
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
|
||||||
MIIEpQIBAAKCAQEA59dE8qLieItsH1WgjrcFRKj6eUWqi+bGLOX1HL3U3GhC/j0Qg90u3sG/1CUt
|
|
||||||
wC5vOYvfDmFI6oSFXi5ELabWJmT2dKHzBJKa3k9ok+8t9ucRqMd6DZHJ2YCCLlDRKSKv6kDqnw4U
|
|
||||||
wPdpOMXziC/AMj3Z/lUVX1G7WSHCAWKf1zNS1eLvqr+boEjXuBOitnZ/bDzPHrTOZz0Dew0uowxf
|
|
||||||
/+sG+NCK3eQJVxqcaJ/vEHKIVd2M+5qL71yJQ+87X6oV3eaYvt3zWZYD6z5vYTcrtij2VZ9Zmni/
|
|
||||||
UAaHqn9JdsBWLUEpVviYnhimNVvYFZeCXg/IdTQ+x4IRdiXNv5hEewIDAQABAoIBAQDl8Axy9XfW
|
|
||||||
BLmkzkEiqoSwF0PsmVrPzH9KsnwLGH+QZlvjWd8SWYGN7u1507HvhF5N3drJoVU3O14nDY4TFQAa
|
|
||||||
LlJ9VM35AApXaLyY1ERrN7u9ALKd2LUwYhM7Km539O4yUFYikE2nIPscEsA5ltpxOgUGCY7b7ez5
|
|
||||||
NtD6nL1ZKauw7aNXmVAvmJTcuPxWmoktF3gDJKK2wxZuNGcJE0uFQEG4Z3BrWP7yoNuSK3dii2jm
|
|
||||||
lpPHr0O/KnPQtzI3eguhe0TwUem/eYSdyzMyVx/YpwkzwtYL3sR5k0o9rKQLtvLzfAqdBxBurciz
|
|
||||||
aaA/L0HIgAmOit1GJA2saMxTVPNhAoGBAPfgv1oeZxgxmotiCcMXFEQEWflzhWYTsXrhUIuz5jFu
|
|
||||||
a39GLS99ZEErhLdrwj8rDDViRVJ5skOp9zFvlYAHs0xh92ji1E7V/ysnKBfsMrPkk5KSKPrnjndM
|
|
||||||
oPdevWnVkgJ5jxFuNgxkOLMuG9i53B4yMvDTCRiIPMQ++N2iLDaRAoGBAO9v//mU8eVkQaoANf0Z
|
|
||||||
oMjW8CN4xwWA2cSEIHkd9AfFkftuv8oyLDCG3ZAf0vrhrrtkrfa7ef+AUb69DNggq4mHQAYBp7L+
|
|
||||||
k5DKzJrKuO0r+R0YbY9pZD1+/g9dVt91d6LQNepUE/yY2PP5CNoFmjedpLHMOPFdVgqDzDFxU8hL
|
|
||||||
AoGBANDrr7xAJbqBjHVwIzQ4To9pb4BNeqDndk5Qe7fT3+/H1njGaC0/rXE0Qb7q5ySgnsCb3DvA
|
|
||||||
cJyRM9SJ7OKlGt0FMSdJD5KG0XPIpAVNwgpXXH5MDJg09KHeh0kXo+QA6viFBi21y340NonnEfdf
|
|
||||||
54PX4ZGS/Xac1UK+pLkBB+zRAoGAf0AY3H3qKS2lMEI4bzEFoHeK3G895pDaK3TFBVmD7fV0Zhov
|
|
||||||
17fegFPMwOII8MisYm9ZfT2Z0s5Ro3s5rkt+nvLAdfC/PYPKzTLalpGSwomSNYJcB9HNMlmhkGzc
|
|
||||||
1JnLYT4iyUyx6pcZBmCd8bD0iwY/FzcgNDaUmbX9+XDvRA0CgYEAkE7pIPlE71qvfJQgoA9em0gI
|
|
||||||
LAuE4Pu13aKiJnfft7hIjbK+5kyb3TysZvoyDnb3HOKvInK7vXbKuU4ISgxB2bB3HcYzQMGsz1qJ
|
|
||||||
2gG0N5hvJpzwwhbhXqFKA4zaaSrw622wDniAK5MlIE0tIAKKP4yxNGjoD2QYjhBGuhvkWKY=
|
|
||||||
-----END RSA PRIVATE KEY-----
|
|
Loading…
Reference in a new issue