2022-02-25-21-25-28

2022-02-25

kali

启动蓝牙

sudo service bluetooth start

开机自启动

sudo update-rc.d bluetooth start

开机执行脚本

vim /etc/init.d/init.sh
sudo ls -s /etc/init.d/init.sh /etc/rc3.d/S100init.d

开机启动项管理

sudo apt-get install grub-customizer

修改启动引导界面
地址
主题的install.sh中安装的地址是/usr/share/grub/themes
kali linux 的启动引导界面主题的地址是 /boot/grub/themes
所以

  1. 修改主题install.sh 中的地址 THEME_DIR,改为/boot/grub/themes
  2. 执行install.sh 安装主题
  3. 修改kali 启动时加载的主题:修改 /boot/grub/grub.cfg 文件,其中 set theme=
  4. reboot

Apps List:
Firefox developer edition
Telegram desktop
Insomnia
VSCodium
Thunar
htop & btop
ranger
zathura
cmus & moc
neovim
rofi
tty-clock
cava
neofetch & nerdfetch
pulsemixer

terminal : fish

curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin

vscode : theme
ctrl + P

ext install juanmnl.vscode-theme-1984

terminal hidpi
echo export GDK_SCALE=2 >> ~/.xsessionrc
xfconf-query -c xfwm4 -p /general/theme -s Kali-Dark-xHiDPI
xfconf-query -c xsettings -p /Gdk/WindowScalingFactor -n -t 'int' -s 2

输入法
fctix