Sergio Laín
|
40e6a7dfa9
|
💬 comments(fish): comment brew line at the beginning of the config.fish file
|
2024-03-18 00:12:47 +01:00 |
|
Sergio Laín
|
20a6edd437
|
✨ feat(fish): add homebrew and changed the config.fish order of sourcing
|
2024-03-17 02:55:49 +01:00 |
|
Sergio Laín
|
34aded9380
|
🐛 fix(fish): setting lang and lc variables
|
2024-03-16 22:49:41 +01:00 |
|
Sergio Laín
|
dc3baa2f0d
|
🐛 fix(fish): locale variable overwriting
|
2024-03-13 10:17:51 +01:00 |
|
Sergio Laín
|
107de3594b
|
✨ feat(fish): add new xdg variables
|
2024-03-11 18:10:22 +01:00 |
|
Sergio Laín
|
0ae1c713bb
|
🔧 chore(fish): variable updates
|
2024-03-05 17:08:12 +01: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
|
edcbada70f
|
✨ feat(fish): add yarn to the global path
|
2024-01-23 10:15:48 +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
|
0d3b8672c1
|
✨ feat(fish): add gtrash completion source
changed trash-cli for this
|
2024-01-10 13:44:13 +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
|
0d7bbf6d7d
|
✨ feat(fish): default opts for FZF are the same for zoxide fzf variable
|
2023-12-29 13:41:19 +01:00 |
|
Sergio Laín
|
00ecbb0b0a
|
✨ feat(gtk2): add gtk2 and nwglook config files
|
2023-12-27 13:55:14 +01:00 |
|
Sergio Laín
|
8908979036
|
🔧 chore(fish): variable updates
|
2023-12-25 23:30:11 +01:00 |
|
Sergio Laín
|
f8a2870ba9
|
📁 files(npm): move npmrc to a new folder to follow the xdg specification
|
2023-12-25 21:32:16 +01:00 |
|
Sergio Laín
|
36aca9373c
|
✨ feat(fish): add another entry for the xdg specification
|
2023-12-25 21:11:35 +01:00 |
|
Sergio Laín
|
24751f2527
|
✨ feat(fish): added new xdg variables
|
2023-12-25 19:44:11 +01:00 |
|
Sergio Laín
|
726d80808e
|
🐛 fix(fish): deleted typo for export
|
2023-12-24 19:23:46 +01:00 |
|
Sergio Laín
|
e82a7f7122
|
✨ feat(fish): added more variables to follow the xdg specification
|
2023-12-24 19:22:50 +01:00 |
|
Sergio Laín
|
45682763c7
|
📁 files(fish): rename user_variables file
|
2023-12-24 18:55:22 +01:00 |
|
Sergio Laín
|
2676fc4abb
|
✨ feat(fish): new entries that respect xdg specfication
|
2023-12-24 18:21:07 +01:00 |
|
Sergio Laín
|
4c0e35781b
|
🔧 chore(fish): variable updates
|
2023-12-24 18:05:12 +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
|
42e98198c3
|
✨ feat(fish): added colorscript completion
|
2023-12-22 18:16:00 +01:00 |
|
Sergio Laín
|
9e2a5678e3
|
🔧 chore(fish): variable updates
|
2023-12-22 18:15:28 +01:00 |
|
Sergio Laín
|
c650d27e1e
|
🔧 chore(fish): variable updates
|
2023-12-22 00:05:20 +01:00 |
|
Sergio Laín
|
11350f8b6b
|
🔧 chore(nvim): plugin updates
|
2023-12-20 17:28:11 +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
|
1c4005ae34
|
✨ feat(system): shell-color-scripts are now local instead of beign from a pacman package
|
2023-12-11 21:07:07 +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
|
bf0be58a9e
|
🎨 ux(fish): added rounded border to fzf window
|
2023-12-09 18:06:49 +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
|
885acc5a5d
|
✨ feat(fd): added config
|
2023-12-09 00:27:40 +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 |
|
Sergio Laín
|
1ee0f0e664
|
⚙️ config(fish): changed alias for zoxide to c instead of cd
|
2023-12-07 14:06:24 +01:00 |
|
Sergio Laín
|
aa0c0ea9f2
|
🔧 chore(nvim): plugin updates
|
2023-12-04 00:34:10 +01:00 |
|
Sergio Laín
|
22fedfbddf
|
✨ feat(fish): added new functions (alias) for bob
also included catppuccin themes from the latest installation with fisher
|
2023-12-01 00:06:41 +01:00 |
|
Sergio Laín
|
dcc938cc78
|
⬆️ deps(fish): changed catppuccin with fisher install instead of manual
|
2023-11-29 13:17:48 +01:00 |
|