dotfiles/README.md

32 lines
1.2 KiB
Markdown
Raw Normal View History

2017-02-20 13:10:33 +00:00
# install
sh <(curl -s https://raw.githubusercontent.com/JulienPalard/dotfiles/master/install.sh)
2017-03-14 16:01:09 +00:00
# Packages I typically use
```
2018-01-30 20:27:01 +00:00
apt-get install xorg i3 rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils
2017-03-14 16:01:09 +00:00
```
## Packages I may need
```
apt-get install firmware-iwlwifi
apt-get install firmware-nonfree
apt-get install laptop-mode-tools
```
2015-11-28 17:05:51 +00:00
# What I typically do on a new laptop
- Change grub sleep time in `/etc/default/grub` (and run `update-grub`)
2017-03-14 16:01:09 +00:00
- update-alternatives --config x-terminal-emulator
- Set `Option "Tapping" "on"` for touchpad in `/usr/share/X11/xorg.conf.d/40-libinput.conf`
2015-11-28 17:05:51 +00:00
- https://wiki.debian.org/TransparentEncryptionForHomeFolder
- Storage=volatile dans /etc/systemd/journald.conf
# Chromium extensions
- [Signal](https://chrome.google.com/webstore/detail/signal-private-messenger/bikioccmkafdpakkkcpdbppfkghcmihk?utm_source=chrome-app-launcher-info-dialog)
- [Privacy Badger](https://chrome.google.com/webstore/detail/privacy-badger/pkehgijcmpdhfbdbbnkijodmdjhbjlgp?utm_source=chrome-app-launcher-info-dialog)
- [JSON Formatter](https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?utm_source=chrome-app-launcher-info-dialog)