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
```
apt-get install xorg i3 i3status i3lock rxvt-unicode-256color wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr chromium ecryptfs-utils
```
## 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
2015-11-28 17:05:51 +00:00
- https://wiki.debian.org/SynapticsTouchpad
- 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)