Compare commits
1 Commits
0a35412e11
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| befd6fa62c |
+9
-19
@@ -1511,9 +1511,6 @@ dropdown_groups_info.append((name,
|
||||
['mod1','control'],'e'))
|
||||
#+end_src
|
||||
***** [[https://bitwarden.com/][Bitwarden]]
|
||||
#+begin_src conf :tangle pkg-list.txt
|
||||
bitwarden
|
||||
#+end_src
|
||||
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
|
||||
name = 'Bitwarden'
|
||||
dropdown_groups_info.append((name,
|
||||
@@ -1525,14 +1522,11 @@ dropdown_groups_info.append((name,
|
||||
['mod1','control'],'p'))
|
||||
#+end_src
|
||||
***** WhatsApp
|
||||
#+begin_src conf :tangle pkg-list.txt
|
||||
whatsapp-for-linux
|
||||
#+end_src
|
||||
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
|
||||
name = 'WhatsApp'
|
||||
dropdown_groups_info.append((name,
|
||||
DropDown(name,
|
||||
'wasistlos',
|
||||
'zapzap',
|
||||
height = 0.5,
|
||||
width = 0.8,
|
||||
x = .1,
|
||||
@@ -1543,9 +1537,6 @@ dropdown_groups_info.append((name,
|
||||
#+end_src
|
||||
|
||||
***** [[https://www.signal.org/][Signal]]
|
||||
#+begin_src conf :tangle pkg-list.txt
|
||||
signal-desktop
|
||||
#+end_src
|
||||
#+begin_src python :tangle ~/.config/qtile/config.py :mkdirp yes
|
||||
name = 'Signal'
|
||||
dropdown_groups_info.append((name,
|
||||
@@ -3166,6 +3157,7 @@ fi
|
||||
**** Installation
|
||||
#+begin_src conf :tangle pkg-list.txt
|
||||
curl
|
||||
python-argcomplete
|
||||
#+end_src
|
||||
Install if needed
|
||||
Notes:
|
||||
@@ -3187,6 +3179,10 @@ fi
|
||||
#+end_src
|
||||
**** Basic Configuration
|
||||
#+begin_src shell :tangle ~/.zshrc
|
||||
autoload -U bashcompinit
|
||||
bashcompinit
|
||||
eval "$(register-python-argcomplete pipenv)"
|
||||
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
# Uncomment the following line to use case-sensitive completion.
|
||||
@@ -3272,7 +3268,7 @@ plugins=(
|
||||
isodate
|
||||
nmap
|
||||
pip
|
||||
pipenv
|
||||
# pipenv
|
||||
python
|
||||
rsync
|
||||
svn
|
||||
@@ -4005,12 +4001,7 @@ thunderbird &
|
||||
|
||||
** WhatsApp
|
||||
#+begin_src shell :tangle pkg-list.txt
|
||||
whatsapp-for-linux-git
|
||||
#+end_src
|
||||
*** Fix Webkit2GTK
|
||||
for more information see [[https://github.com/tauri-apps/tauri/issues/9304][this Github issue]]
|
||||
#+begin_src conf :tangle "/sudo::/etc/environment"
|
||||
WEBKIT_DISABLE_DMABUF_RENDERER=1
|
||||
zapzap
|
||||
#+end_src
|
||||
** signal
|
||||
#+begin_src shell :tangle pkg-list.txt
|
||||
@@ -4247,7 +4238,6 @@ texlive-xetex
|
||||
*** Pympress
|
||||
#+begin_src shell :tangle pkg-list.txt
|
||||
python-pympress
|
||||
python-vlc
|
||||
#+end_src
|
||||
** [[https://openprinting.github.io/cups/][CUPS]]
|
||||
#+begin_src shell :tangle pkg-list.txt
|
||||
@@ -4329,7 +4319,7 @@ teamviewer
|
||||
#+end_src
|
||||
** Anki
|
||||
#+begin_src shell :tangle pkg-list.txt
|
||||
anki-bin
|
||||
anki
|
||||
#+end_src
|
||||
** [[https://www.freecad.org/][FreeCAD]]
|
||||
#+begin_src conf :tangle pkg-list.txt
|
||||
|
||||
Submodule zsh/.oh-my-zsh/custom/themes/powerlevel10k updated: d804048efc...604f19a9ea
Reference in New Issue
Block a user