Commit graph

96 commits

Author SHA1 Message Date
Sergio Laín
febc62df36
🐛 fix(fish): upall function now searches for topgrade if missing 2024-10-03 09:58:55 +02:00
Sergio Laín
b7cdbec020
♻️ refactor(bin): use the global editor variable for more modularity 2024-09-29 19:23:01 +02:00
Sergio Laín
3d43a97ac4
feat(fish): missing_package function to use when calling an app thats not installed in the system 2024-09-29 18:56:42 +02:00
Sergio Laín
051f203efd
♻️ refactor(fish): use topgrade, yay or pacman when updating, installing and removing packages 2024-09-29 18:13:31 +02:00
Sergio Laín
9f3dd618dc
feat(fish): new functions for trash and tmux 2024-09-06 01:34:26 +02:00
Sergio Laín
f9188964c5
♻️ refactor(fish): use t as a function instead of an abbrv for tmux 2024-09-06 01:17:57 +02:00
Sergio Laín
7325f22555
feat(fish): lazydocker alias function 2024-09-05 15:06:14 +02:00
Sergio Laín
f5658704a6
📁 files(fish): rename bat functions to use the whole word cat 2024-09-02 00:04:54 +02:00
Sergio Laín
09b874b174
feat(fish): add new binding to open zi 2024-08-29 13:10:50 +02:00
Sergio Laín
bff9c54e94
🗑️ remove(fish): some custom bindings and the cdzi function 2024-08-24 01:49:56 +02:00
Sergio Laín
d1c8a7d702
♻️ refactor(bin): repos script ported to bash language 2024-08-22 00:57:56 +02:00
Sergio Laín
07a61e20cd
🔧 chore(fish): letter case directory 2024-08-21 23:15:28 +02:00
Sergio Laín
8ae3aa932a
🐛 fix(fish): check if fzf.fish function is available 2024-08-09 14:34:53 +02:00
Sergio Laín
cd49ee5c4d
🐛 fix(fish): check if colorscript binary is on path 2024-08-09 14:34:29 +02:00
Sergio Laín
3425f6abef
🗑️ remove(fish): forgot to remove this file as well 2024-08-09 14:33:17 +02:00
Sergio Laín
34b31ebcb5
🗑️ remove(fish): a lot of unnecesary files
this can be downloaded with fisher and the plugins file
2024-08-09 14:27:09 +02:00
Sergio Laín
87fecb23f0
⚙️ config(fish): repos function checks subdirectories only in a maxdepth of 1 2024-08-04 13:25:17 +02:00
Sergio Laín
685059322f
♻️ refactor(fish): repos function now creates a new session when inside of tmux instead of changing the name to the current one 2024-07-31 18:36:27 +02:00
Sergio Laín
387ca1846e
feat(fish): add tmux into the repos function
create a new session when outside tmux, and when inside tmux, change the name of the current session
2024-07-30 20:43:22 +02:00
Sergio Laín
b7400498ea
🐛 fix(fish): bob nvim version manager 2024-07-29 21:13:21 +02:00
Sergio Laín
30c8b38bb0
feat(fish): new alias for redirecting to my personal obsidian vault 2024-07-29 21:12:49 +02:00
Sergio Laín
e2bf35be17
🐛 fix(fish): check if zellij exists on the repos function 2024-07-29 00:47:56 +02:00
Sergio Laín
e3499e9f09
📦️ deps(fish): remove and update plugins 2024-06-27 12:35:26 +02:00
Sergio Laín
bdc53c8eb3
🎨 ux(fish): delete fzf border flag in neovim config switcher 2024-05-11 01:24:33 +02:00
Sergio Laín
4d8d9748db
feat(fish): add some aliases for bat, as well as a function to source current fish config and a neovim config switcher 2024-05-10 00:16:44 +02:00
Sergio Laín
dd966f0785
♻️ refactor(fish): install and uninstall functions are now one letter 2024-04-28 00:21:39 +02:00
Sergio Laín
0580dd567c
📦️ deps(system): use fastfetch instead of neofetch 2024-04-22 00:11:06 +02:00
Sergio Laín
fd2c104c6e
🗑️ remove(fish): using mise run instead of projectdo script 2024-04-20 22:09:40 +02:00
Sergio Laín
6772cbd166
♻️ refactor(fish): repos script
- better performance by using find instead of fd
- detect if your inside kitty, zellij or none
2024-04-09 21:16:59 +02:00
Sergio Laín
e07bf2d66c
🗑️ remove(fish): nvm plugin 2024-04-04 13:36:06 +02:00
Sergio Laín
7e01e0d7d2
feat(fish): add new function to apply permissions for an executable 2024-02-17 01:46:11 +01:00
Sergio Laín
5afd5a85d1
feat(fish): add function to open nvim with the clean flag 2024-02-04 14:59:09 +01:00
Sergio Laín
8a23b8b373
feat(vscodium): a bunch of new bindings 2024-01-17 12:02:58 +01:00
Sergio Laín
6f4527d15d
🚀 perf(fish): change logic of the repos command to just search in the repos folder with an exact depth without searching for a git folder
as I always have repos, i dont have to worry about it, but if you do, make sure to uncomment the
line of the previous command and comment this new one
2024-01-11 10:17:07 +01:00
Sergio Laín
2d5c2ecc36
feat(fish): function to copy the global rules to current directory 2024-01-07 19:18:24 +01:00
Sergio Laín
bdc6d296d7
feat(fish): added nvm plugin 2024-01-06 21:00:43 +01:00
Sergio Laín
5744131e15
🗑️ remove(fish): bat alias function 2023-12-22 18:16:49 +01:00
Sergio Laín
6b4ded5b1e
feat(fish): sudo alias function 2023-12-22 18:16:33 +01:00
Sergio Laín
8e873456b3
🐛 fix(fish): dots function not showing results when outside $HOME 2023-12-16 17:15:40 +01:00
Sergio Laín
5b8241c4cd
📁 files(fish): add fish_gretting function 2023-12-14 00:09:24 +01:00
Sergio Laín
0fa96db0da
🚀 perf(fish): added min and max depth for the repos function 2023-12-12 11:36:13 +01:00
Sergio Laín
1bd66ca7e6
♻️ refactor(fish): cl is now a function for clear instead of cd and ls 2023-12-11 23:04:11 +01:00
Sergio Laín
f862378fac
♻️ refactor(fish): repos function now shows a preview with fzf before you choose a repo 2023-12-10 13:30:36 +01:00
Sergio Laín
ae5f09e437
💄 style(fish): deleted white space in all the functions 2023-12-10 00:05:51 +01:00
Sergio Laín
ed44c10f8b
⚙️ config(fish): added eza as a final command at the repos function 2023-12-10 00:04:49 +01:00
Sergio Laín
ce592dcd43
feat(fish): added new functions for zoxide-eza and zoxide-neovim 2023-12-09 23:40:31 +01:00
Sergio Laín
22e75c5e76
📁 files(fish): changed bat functions to use the initial b instead of c for cat 2023-12-09 23:39:07 +01:00
Sergio Laín
29edd7b14e
♻️ refactor(fish): changed bat alias function from cat to ct and added a new with the pager enabled 2023-12-09 02:10:08 +01:00
Sergio Laín
98d68099a9
📁 files(fish): changed names of some alias functions for bob 2023-12-07 14:42:23 +01:00
Sergio Laín
fb9af295e0
feat(fish): yazi wrapper for exiting on the current dir 2023-12-07 14:07:34 +01:00