-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal.sh
More file actions
63 lines (48 loc) · 1.77 KB
/
Copy pathfinal.sh
File metadata and controls
63 lines (48 loc) · 1.77 KB
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
rfkill unblock bluetooth
systemctl enable bluetooth.service
systemctl start bluetooth.service
mv .bash_profile /home/$HOSTNAME/
mv .bashrc /home/$HOSTNAME/
mv .xinitrc /home/$HOSTNAME/
git clone https://github.com/mxvish/i3config.git
cd i3config
mv config /home/$HOSTNAME/.config/i3/
sudo mv i3status.conf /etc/
git clone https://github.com/mxvish/dotfiles
cd dotfiles
mv .vimrc /home/$HOSTNAME/.vimrc
mkdir -p /home/$HOSTNAME/.emacs.d/
mv init.el /home/$HOSTNAME/.emacs.d/
mv 00-keyboard.conf /etc/X11/xorg.conf.d/
pactl set-source-mute @DEFAULT_SOURCE@ toggle
pactl set-card-profile $(pactl list cards | grep " bluez_card" | cut -d " " -f 2) headset-head-unit
sed -i 's/# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
#lxterminal
#sed -i 's/Monospace 10/Monospace 13/' /home/$HOSTNAME/.config/lxterminal/lxterminal.conf
#sed -i 's/hidemenubar=false/hidemenubar=true/' /home/$HOSTNAME/.config/lxterminal/lxterminal.conf
#sed -i 's/hidescrollbar=false/hidescrollbar=true/' /home/$HOSTNAME/.config/lxterminal/lxterminal.conf
cd /home/$HOSTNAME/
npm install --global pnpm
git clone https://github.com/Vencord/Vesktop
cd Vesktop
pnpm i
pnpm package --linux pacman
ln -s /home/$HOSTNAME/Vesktop/dist/linux-unpacked/vesktop /usr/local/bin/vesktop
git clone --depth=1 https://github.com/github/copilot.vim.git \
/home/$HOSTNAME/.vim/pack/github/start/copilot.vim
#run :Copilot setup in vim
emacs --eval "(progn (package-initialize) (package-refresh-contents) (package-install 'company))"
chown -R $HOSTNAME:$HOSTNAME /home/$HOSTNAME/
reboot
:'
fcitx
fcitx-config-gtk3
input method
add mozc
global config
trigger input method
firefox
fonts -> fonts for latin
serif : FreeSerif
sans-serif : FreeSans
'