Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfca731f77 | ||
|
|
2b9d0835f0 | ||
|
|
07e034d5f4 | ||
|
|
7884d4fb61 | ||
|
|
ac6c6203c3 |
14
fishrc
14
fishrc
@@ -1,11 +1,3 @@
|
||||
# ~/.config/fish/config.fish
|
||||
# echo "source $LWS/fishrc" > $__fish_config_dir/conf.d/lws.fish
|
||||
|
||||
# $__fish_config_dir/conf.d (by default, ~/.config/fish/conf.d/)
|
||||
# $__fish_sysconf_dir/conf.d (by default, /etc/fish/conf.d/)
|
||||
|
||||
set -gx PAGER less
|
||||
set -g fish_prompt_pwd_dir_length 0
|
||||
|
||||
# set -g fish_autosuggestion_enabled 0
|
||||
# fish_config theme choose "fish default"
|
||||
for file in (dirname (status -f))/rc.fish/*.fish
|
||||
source $file
|
||||
end
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Linux Workspace Functions
|
||||
# shellcheck shell=bash
|
||||
|
||||
if [ -z "$time_ms" ]; then
|
||||
readonly time_ms='date +%s%3N'
|
||||
|
||||
9
install/claude-code.sh
Executable file
9
install/claude-code.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://code.claude.com/docs/en/setup
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
set -x
|
||||
|
||||
curl -fsSL https://claude.ai/install.sh | bash
|
||||
|
||||
5
rc.fish/01-init.fish
Normal file
5
rc.fish/01-init.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
set -gx PAGER less
|
||||
set -g fish_prompt_pwd_dir_length 0
|
||||
|
||||
# set -g fish_autosuggestion_enabled 0
|
||||
# fish_config theme choose "fish default"
|
||||
@@ -15,6 +15,7 @@ alias clws='cd $LWS'
|
||||
alias chs=cheatsheet
|
||||
|
||||
alias dc=docker-compose
|
||||
alias pc=podman-compose
|
||||
alias dcl='dcm logs'
|
||||
alias dcfilter="sed -r 's/^[^|]+\| //g'"
|
||||
|
||||
|
||||
1
rc/opencode.sh
Normal file
1
rc/opencode.sh
Normal file
@@ -0,0 +1 @@
|
||||
append_path_try "$HOME/.opencode/bin"
|
||||
Reference in New Issue
Block a user