curl -fsSL https://raw.githubusercontent.com/acefei/ace-profile/master/installer/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/acefei/ace-profile/master/installer/install.sh | bash
curl -fsSL https://gitee.com/acefei/ace-profile/raw/master/installer/install.sh | bash -s gitee
Note:
- Sometime the cmd dosn't work on WSL, it might be caused by DOS line-endings, that need add
tr -d '\r'
ahead ofbash
, likewget -qO- https://raw.githubusercontent.com/acefei/ace-profile/master/installer/install.sh | tr -d '\r' | bash
- Using the pipe would install everythings in the stage2, if you want to select some of them, it'd better run it by two steps.
wget https://raw.githubusercontent.com/acefei/ace-profile/master/installer/install.sh && bash install.sh
- You need to modify $HOME/.gitconfig for github user info
Press Win + x
and press a
, then run following cmd.
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/acefei/ace-profile/master/installer/setup-win.ps1'))
pyenv install 3.12
pyenv global 3.12
nvm install --lts
- ShellCheck, a static analysis tool for shell scripts
- fzf is a general-purpose command-line fuzzy finder
CTRL-T - Paste the selected files and directories onto the command line
Set FZF_CTRL_T_COMMAND to override the default command
Set FZF_CTRL_T_OPTS to pass additional options
CTRL-R - Paste the selected command from history onto the command line
Sort is disabled by default to respect chronological ordering
Press CTRL-R again to toggle sort
Set FZF_CTRL_R_OPTS to pass additional options
ALT-C - cd into the selected directory
Set FZF_ALT_C_COMMAND to override the default command
Set FZF_ALT_C_OPTS to pass additional options
- ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern.
- Facebook PathPicker is a simple command line tool that solves the perpetual problem of selecting files out of bash output.
- git command completion and git prompt show
- Text-mode interface for git: [gitui]](https://github.com/Extrawurst/gitui)
- vim8 support