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
|
5da813af52
|
🐛 fix(fish): check if vivid is installed
|
2024-08-08 14:33:46 +02:00 |
|
Sergio Laín
|
5d760b0f98
|
🗑️ remove(fish): unused variables
|
2024-08-08 14:33:30 +02:00 |
|
Sergio Laín
|
6482fa25b9
|
🗑️ remove(fish): fish_variables has some hardcoded references to my $HOME
|
2024-08-08 13:51:17 +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
|
44b6750a8b
|
♻️ refactor(xdg): pictures dir is now pointing towards Pictures instead of Images
|
2024-07-30 19:07:04 +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
|
6e5e728cfc
|
♻️ refactor(fish): update bun completions
|
2024-06-26 11:59:32 +02:00 |
|
Sergio Laín
|
82136707f8
|
♻️ refactor(locale): use us_US instead of es_ES
|
2024-06-19 20:33:08 +02:00 |
|
Sergio Laín
|
1994c5892c
|
🔧 chore(fish): variable updates
|
2024-06-19 20:32:24 +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
|
2a21855cb6
|
✨ feat(fish): add gtrash to the abbrv
|
2024-04-21 02:08:01 +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
|
333829684d
|
🔧 chore(fish): variable updates
|
2024-04-10 23:50:27 +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
|
3676744b57
|
✨ feat(fish): new global variable: starship_log
only show errors instead of warnings
|
2024-04-08 09:31:46 +02:00 |
|
Sergio Laín
|
e61795ba2a
|
🐛 fix(fish): cheking correctly if a program exists before sourcing
|
2024-04-07 15:20:55 +02:00 |
|
Sergio Laín
|
ed17c84f03
|
🐛 fix(fish): check if some cli apps are installed before sourcing them
|
2024-04-07 15:18:42 +02:00 |
|
Sergio Laín
|
a21240d642
|
✨ feat(mise): add a new tool: mise
|
2024-04-04 15:50:39 +02:00 |
|
Sergio Laín
|
30087e24fb
|
♻️ refactor(fish): autostart apps now have their own file in the conf.d dir
|
2024-04-04 15:45:30 +02:00 |
|
Sergio Laín
|
0f79a3c490
|
🗑️ remove(fish): python config file and autovenv function
|
2024-04-04 15:43:52 +02:00 |
|
Sergio Laín
|
e07bf2d66c
|
🗑️ remove(fish): nvm plugin
|
2024-04-04 13:36:06 +02:00 |
|
Sergio Laín
|
0e901a57e6
|
🗑️ remove(deps): find the command
|
2024-04-04 12:46:59 +02:00 |
|
Sergio Laín
|
eb93918961
|
🐛 fix(fish): autoenv now searches on the current directory even if is not a repo
|
2024-04-04 10:27:49 +02:00 |
|
Sergio Laín
|
0f9543225e
|
✨ feat(fish): auto activate python env
|
2024-04-04 10:20:12 +02:00 |
|
Sergio Laín
|
787fbb3816
|
🔧 chore(fish): variable updates
|
2024-03-31 17:24:10 +02:00 |
|
Sergio Laín
|
bb061a8647
|
🔧 chore(fish): variables
|
2024-03-30 17:58:54 +01:00 |
|
Sergio Laín
|
0faa05231a
|
✨ feat(fish): add mason to the $PATH
|
2024-03-25 22:57:53 +01:00 |
|
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 |
|