-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
92 lines (73 loc) · 2.36 KB
/
TODO.txt
File metadata and controls
92 lines (73 loc) · 2.36 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
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
# AutoKey scripts
# TaskWarrior stuff
# install apt-file
# Update to latest plasma (for KDE)
sudo apt-add-repository ppa:kubuntu-ppa/backports
sudo apt update && sudo apt full-upgrade -y
# Kill existing installCalibre() function and use:
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
# zshrc {{{
# install zsh-autocomplete
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
# actually install scm_breeze
git clone git://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze
~/.scm_breeze/install.sh
# }}}
# zasdk man {{{
curl -s "https://get.sdkman.io" | bash
# sdkman install gradle + kotlin + now java (add java 8 + 9)
sdk install gradle
sdk install kotlin
sdk install kscript
sdk install java
# }}}
# blade touchpad {{{
# maybe add this: blade touchpad + libinput-gestures
# sudo gpasswd -a $USER input
# sudo apt-get install xdotool wmctrl libinput-tools
# git clone http://github.com/bulletmark/libinput-gestures
# cd libinput-gestures
# sudo ./libinput-gestures-setup install
# }}}
android udev rules {{{
# Clone this repository
git clone git@github.com:M0Rf30/android-udev-rules.git
# Create a sym-link to the rules file
sudo cp android-udev-rules/51-android.rules /etc/udev/rules.d/
# Change file permissions
sudo chmod a+r /etc/udev/rules.d/51-android.rules
# add the adbusers group if it's doesn't already exist
sudo groupadd adbusers
# Add your user to the adbusers group
sudo usermod -a -G adbusers $(whoami)
# Restart UDEV
sudo udevadm control --reload-rules
sudo service udev restart
# Restart the ADB server
adb kill-server
# Replug your Android device and verify that USB debugging is enabled in developer options
adb devices
# You should now see your device
# }}}
# virtual box + genymotion
# https://www.virtualbox.org/wiki/Linux_Downloads
# Google Drive CLI
# option #1:
sudo add-apt-repository ppa:nilarimogard/webupd8
update
install gdrive
mkdir ~/Grive
cd ~/Grive
grive -a
# need to get auth code from sign-in
# option #2:
sudo add-apt-repository ppa:alessandro-strada/ppa
update
sudo apt-get install google-drive-ocamlfuse
# Node
sudo apt-get install nodejs
sudo apt-get install npm
# autokey
sudo add-apt-repository ppa:troxor/autokey
sudo apt update
sudo apt install autokey-gtk