summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/fish/functions/certn-api.fish8
-rw-r--r--.config/fish/functions/certn-bash.fish4
-rw-r--r--.config/fish/functions/certn-web.fish5
-rw-r--r--.config/fish/functions/certn.fish4
-rw-r--r--.config/fish/functions/prometeo-marketplace.fish4
-rw-r--r--.config/fish/functions/prometeo-vpn.fish5
-rw-r--r--.config/fish/functions/prometeo.fish4
-rw-r--r--.config/fish/functions/uft.fish4
-rw-r--r--.config/i3/config2
-rw-r--r--.doom.d/init.el3
10 files changed, 20 insertions, 23 deletions
diff --git a/.config/fish/functions/certn-api.fish b/.config/fish/functions/certn-api.fish
deleted file mode 100644
index ff879fb2..00000000
--- a/.config/fish/functions/certn-api.fish
+++ /dev/null
@@ -1,8 +0,0 @@
-function certn-api
- cd ~/code/lazer/certn/certn_deps
- make up
- cd ../api_server
- source .venv/bin/activate.fish
- make up
- docker-compose logs --follow api
-end
diff --git a/.config/fish/functions/certn-bash.fish b/.config/fish/functions/certn-bash.fish
deleted file mode 100644
index 550ff976..00000000
--- a/.config/fish/functions/certn-bash.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-function certn-bash
- cd ~/code/lazer/certn/api_server
- make bash
-end
diff --git a/.config/fish/functions/certn-web.fish b/.config/fish/functions/certn-web.fish
deleted file mode 100644
index 6d825b6f..00000000
--- a/.config/fish/functions/certn-web.fish
+++ /dev/null
@@ -1,5 +0,0 @@
-function certn-web
- cd code/lazer/certn/web_server/
- nvm use 12
- yarn start:local
-end
diff --git a/.config/fish/functions/certn.fish b/.config/fish/functions/certn.fish
deleted file mode 100644
index cf1c8233..00000000
--- a/.config/fish/functions/certn.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-function certn
- cd ~/code/lazer/certn/api_server
- source .venv/bin/activate.fish
-end
diff --git a/.config/fish/functions/prometeo-marketplace.fish b/.config/fish/functions/prometeo-marketplace.fish
new file mode 100644
index 00000000..aa61df74
--- /dev/null
+++ b/.config/fish/functions/prometeo-marketplace.fish
@@ -0,0 +1,4 @@
+function prometeo-marketplace
+ cd ~/code/prometeo/qualia-marketplace
+ source .venv/bin/activate.fish
+end
diff --git a/.config/fish/functions/prometeo-vpn.fish b/.config/fish/functions/prometeo-vpn.fish
new file mode 100644
index 00000000..c88db78a
--- /dev/null
+++ b/.config/fish/functions/prometeo-vpn.fish
@@ -0,0 +1,5 @@
+function prometeo-vpn
+ mullvad disconnect
+ cd ~/.vpn
+ sudo openvpn --config prometeo.ovpn
+end
diff --git a/.config/fish/functions/prometeo.fish b/.config/fish/functions/prometeo.fish
new file mode 100644
index 00000000..d59f5206
--- /dev/null
+++ b/.config/fish/functions/prometeo.fish
@@ -0,0 +1,4 @@
+function prometeo
+ cd ~/code/prometeo/prometeo
+ source .venv/bin/activate.fish
+end
diff --git a/.config/fish/functions/uft.fish b/.config/fish/functions/uft.fish
new file mode 100644
index 00000000..41e33940
--- /dev/null
+++ b/.config/fish/functions/uft.fish
@@ -0,0 +1,4 @@
+function uft
+ rm -f ~/Documents/Gastos/Saved/import/import.csv
+ /usr/bin/ls -tr ~/Documents/Gastos/Saved/*.csv | tail -n 2 | xargs grep -Fxvf > ~/Documents/Gastos/Saved/import/import.csv
+end
diff --git a/.config/i3/config b/.config/i3/config
index 41213e57..bae31cbe 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -267,7 +267,7 @@ for_window [urgent=latest] focus
# Autostarts
exec --no-startup-id sleep 20; exec /usr/bin/thunderbird
-# exec --no-startup-id exec /usr/bin/nextcloud
+exec --no-startup-id exec /usr/bin/nextcloud --background
# exec --no-startup-id exec /usr/bin/evolution
# exec_always --no-startup-id .config/conky/start.sh
exec --no-startup-id exec /usr/bin/emacs
diff --git a/.doom.d/init.el b/.doom.d/init.el
index c3b2476e..a510723b 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -24,6 +24,7 @@
;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine...
ivy ; a search engine for love and life
+ vertico
:ui
;;deft ; notational velocity for Emacs
@@ -95,7 +96,7 @@
lookup ; navigate your code and its documentation
;;lsp
(magit +forge) ; a git porcelain for Emacs
- ;;make ; run make tasks from Emacs
+ make ; run make tasks from Emacs
;;pass ; password manager for nerds
;;pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders