Skip to content

Commit

Permalink
update opensource
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn111 committed Apr 13, 2024
1 parent a93daca commit 0258b82
Show file tree
Hide file tree
Showing 11 changed files with 201 additions and 72 deletions.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
263 changes: 194 additions & 69 deletions opensource.md → collections/opensource/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added collections/opensource/ubuntu_convergence5-sm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions collections/terminal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

[](https://www.rust-lang.org/what/cli)

<!--web-only-->

* Solid and quick
* Easy distribution
Expand All @@ -19,7 +18,6 @@
- talking to humans
- talking to machines
* Flexible logging
<!--web-only-end-->


---
Expand Down
4 changes: 4 additions & 0 deletions collections/terminal/fish/files/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ if test -z (pgrep ssh-agent | string collect)
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
end

# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
4 changes: 3 additions & 1 deletion collections/terminal/wezterm/files/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ local config = wezterm.config_builder()

-- For example, changing the color scheme:
-- config.color_scheme = 'AdventureTime'
config.color_scheme = 'UltraDark'
-- config.color_scheme = 'UltraDark'
config.color_scheme = '3024 (dark) (terminal.sexy)'
-- config.color_scheme = 'Monokai (dark)'


-- and finally, return the configuration to wezterm
Expand Down

0 comments on commit 0258b82

Please sign in to comment.