-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
35 lines (21 loc) · 798 Bytes
/
README
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
# Installation
```
sudo apt install git
git clone git@github.com:mreq/dotfiles.git .dotfiles
~/.dotfiles/install
sudo apt install $( cat ~/.dotfiles/apt/*.txt )
pip3 install -r ~/.dotfiles/python/requirements.txt --break-system-packages
sudo ln -s ~/.dotfiles/cron/clear_downloads /etc/cron.daily/clear_home_petr_downloads
sudo ln -s ~/.dotfiles/cron/clear_dropbox /etc/cron.daily/clear_home_petr_dropbox
sudo ln -s ~/.dotfiles/cron/clear_work_logs /etc/cron.daily/clear_home_petr_work_logs
```
## google-chrome
Go to chrome://flags/ and switch "Preferred Ozone platform" to "Wayland"
## rbenv
```
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
```
## nvm
```
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
```