-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to quickly configure my-config on new OS #70
Comments
Do you want the config to both linux and mac, or just mac? @samhstn |
To work for both OSX and linux would be cool! But I don't know how often I would run it on mac - probably not very often. I could see myself wanting to run a simple setup script on linux much more often though. |
I asked because you changed the title from linux to new OS. |
@samhstn So, you want a script that sets the environment up on linux systems? |
I think I might be able to help with the linux part. |
From what I've noticed you seem to have a particular view of how you envision the scrip to run. Perhaps it would be more beneficial if you could guide me through your view of the process. I've been working on scripts that do this sort of thing, but it seems that you have a different angle and approach in mind. |
I would like to be able to run the script in the following environments:
The script should:
@syspentarc thanks for nudging me on this. I'm keen to close off this issue, but there are a couple of outstanding things to do first:
|
@samhstn I wouldn't mind getting assigned to this task. It would take me a while, but I'd love to help. |
If I ssh into a fresh Linux OS, I would like to be able to run one short command which will set up my config or a similar environment.
Something like:
bash <(curl -s https://samhstn.com/setup)
This script should:
zsh
vim
was installed (otherwiseapt-get install vim
).vimrc
sams-config
pluginsams-theme
themeThe text was updated successfully, but these errors were encountered: