-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcustomise.txt
95 lines (81 loc) · 3.07 KB
/
customise.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
--==[ Kali Linux XFCE ]==--
# Desktop #
- Right Click => Desktop Settings
- Uncheck Default Icons
# Install Flat Remix Dark Icon ( Apply with root account )
- https://www.xfce-look.org/p/1012430/
- Go to settings => appearance => add then select it
# Install Bibata Cursor ( Apply with root account )
- https://www.gnome-look.org/p/1914825/
- Go to settings => appearance => add then select it
- Right Click on panel => panel => Panel preferences
- Unlock panel and get down then lock
- => Appearance change background to #111111 solid color and enable dark mode
- change clock time format
# Open Terminal And copy the logo to ~/.face
- cp -r logo.png ~/.face
# Copy the logo to /usr/share/icons with sudo
- sudo cp -r logo.png /usr/share/icons
- Right Click On Applications => Properties
- => Appearance and change icon to anonymous logo
- Go to Settings => LighDM GTK+ => Appearance
- Theme: Kali-Dark
- Icons: Flat-Remix-Blue-Dark
# Copy lockscreen image to "sudo cp -r lock-screen.jpg /usr/share/images/desktop-base/" before add it!
- Change Image & User Image (/usr/share/icons)
=> Window Position
H: 20
V: 75
# Terminal #
- Preferences => Appearance
- Color scheme: GreenOnBlack
- Scrollbar position: No scrollbar
- Uncheck Show the menu bar
- Checked Fixed tab width: 500px
- Application transparency: 10%
=> Behavior
- Uncheck Save Size when closing
- 1100px 600px | 136C & 33R
# Install Oh My Zsh (https://ohmyz.sh/)
# user & root
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Change theme
(user & root)
- nano ~/.zshrc
- ZSH_THEME="arrow"
# Add Your Logo in the bottom
- figlet "#--==[ Ghost Security ]==--#" -f digital -c -w 132
# Adding Auto Complete
- git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
- git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
- git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
# Enable Auto Plugins
- sudo nano ~/.zshrc
* Find plugins=(git)
- plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete)
# darkblood
# afowler
# cypher
# Anonymous Grub Picture #
- sudo cp -r desktop-grub.png /usr/share/images/desktop-base/desktop-grub.png
- sudo cp -r grub-16x9.png /boot/grub/themes/kali/grub-16x9.png
- sudo cp -r grub-4x3.png /boot/grub/themes/kali/grub-4x3.png
- sudo update-grub
- sudo update-grub2
# Anonymous Mask Boot Loading #
- unzip mask.zip
- sudo mv mask/ /usr/share/plymouth/themes/
- sudo plymouth-set-default-theme mask -R
- sudo nano /usr/share/plymouth/plymouthd.defaults & Set theme mask
- sudo update-initramfs -u
- sudo update-grub2
#############
# Follow US #
#############
[ Telegram ]
- https://t.me/GT0Day
[ Youtube ]
- https://www.youtube.com/@GT0day
[ Github ]
- https://github.com/GT0Day