config
config copied to clipboard
Fig's integrations with bash, zsh, fish, ssh, and tmux. Also contains Fig's installation and update scripts. Finally, this repo is the root of the .fig folder that is installed on your computer when y...
I installed the fig dmg file and installed on mac and the in the `~/.tmux.conf` file I added the line `source-file ~/.fig/tmux` and then restart the iterm. Didn't work autocomplete...
This small fixes for initial setup Fish shell. Now integration with Fish doesn't work ([screenshot](https://cln.sh/HVW8AJ)) Replacing "export" with "set -gx" fix this bug ([screenshot](https://cln.sh/Ht22M1)) Additional info: Fish shell documentation https://fishshell.com/docs/current/language.html#variables-export
We use skypack rather than downloading specs locally. No need to count number of specs or run `fig update`. Fix: https://github.com/withfig/fig/issues/537
Background processes are being deleted when trying to bring them into the foreground in bash. Removes "& disown" from bash shell hooks Re: https://github.com/withfig/fig/issues/445
This script, if turned into an executable called `#` and added to the user's path, will allow the user to query codex and get a response. Their request will be...
Adds ssh functionality that copies shell configs to remote machine to easily take fig with you when you ssh Still left todo: - Support nested connections by copying over ssh...
Need to explore tcsh more to understand how this will work. If it's similar enough to bash, we can add the usual `source ~/.fig/fig.sh` script to the tcsh dot files....
A lot of user's path variables are set incorrectly. They have to manually run `fig settings pty.path "$PATH"` This is stupid and a waste of everyone's time. We should make...
Fig sources `~/.fig/fig.sh` in .profile, .bash_profile, .zprofile, .zshrc, .bashrc If a `fish` user sources one of these files in their config.fish or something in their conf.d folder, this means `~/.fig/fig.sh`...
Read my comments in the commit description. This is untested code!!! Do not merge until tested