Minor updates

This commit is contained in:
Thomas Dehaeze 2019-03-05 22:08:47 +01:00
parent c5b2e3fb3b
commit 025e4e2353

View File

@ -16,6 +16,7 @@
- https://github.com/luongvo209/Awesome-Linux-Software
- https://wiki.archlinux.org/index.php/List_of_applications
- https://ambrevar.xyz/power-apps/
- https://enchiridion.red/2019/1/18/desktop-apps/
** Macbook Pro
- https://medium.com/@philpl/arch-linux-running-on-my-macbook-2ea525ebefe3
@ -43,14 +44,14 @@ sudo pacman -S yay
#+END_SRC
** CheatSheet
| Command | Usage |
|---------------------------------+-----------------------------|
| =yay -Ss <package>= | Search |
| =yay -S <package>= | Install |
| =yay -Si <package>= | Get informations |
| =yay -Rs <package>= | Uninstall |
| =yay -Yc <package>= | Clean unneeded dependencies |
| =yay -Syu --devel --timeupdate= | Perform system upgrade |
| Command | Usage |
|---------------------+-----------------------------|
| =yay= | Perform system upgrade |
| =yay -Ss <package>= | Search |
| =yay -S <package>= | Install |
| =yay -Si <package>= | Get informations |
| =yay -Rs <package>= | Uninstall |
| =yay -Yc <package>= | Clean unneeded dependencies |
* Git Setup
https://git-scm.com/
@ -334,9 +335,6 @@ https://github.com/IJHack/qtpass
yay -S qtpass
#+END_SRC
** IOs app
https://github.com/mssun/passforios
** Integration with Rofi
https://github.com/carnager/rofi-pass
@ -347,6 +345,13 @@ yay -S rofi-pass
Then we can add a shortcut to =rofi-pass= on i3 config.
*** Alternative
https://github.com/ibizaman/pass-clip
#+begin_src bash
yay -S pass-clip
#+end_src
** Integration with Browsers
This is explained [[*Integration with Pass: the password manager][here]].
@ -738,6 +743,7 @@ Enable mouse support:
https://www.bfoliver.com/technology/2017/07/15/weechat/
https://alexjj.com/blog/2016/9/setting-up-weechat/
#+begin_src conf
/set weechat.look.prefix_same_nick "⤷"
/set weechat.look.prefix_error "⚠"
/set weechat.look.prefix_action "⚡"
@ -758,6 +764,7 @@ https://alexjj.com/blog/2016/9/setting-up-weechat/
/set weechat.bar.title.conditions "${inactive}"
/set weechat.bar.title.color_fg black
/set weechat.bar.title.color_bg 31 #Or white if 31 does nothing
#+end_src
*** TODO Configuration
https://hugo.md/post/the-perfect-weechat-setup-2/
@ -1921,6 +1928,13 @@ https://wiki.archlinux.org/index.php/Keyboard_shortcuts
| =du -sh folder= | Return the size of the folder |
| =df -h= | Report disk usage |
|-----------------------------------+-------------------------------------------|
** Archive and Extract
Use =apack= and =aunpack=:
| | |
|-------------------------------+-----------------------------------|
| =aunpack foobar.tar.gz= | extract all files from archive |
| =apack myarchive.zip foo bar= | create a zip archive of two files |
* TODO Custom scripts
** TODO [#A] Password completion with fzf
Make a script to use FZF for autocompletion of password (with pass program) and then send to current line or copy.