Personal .files and config repo
mkdir -p "$HOME/code/repos/github.com/CodingJediKnight/" && cd "$_"
git clone https://github.com/CodingJediKnight/dotfiles.git && cd dotfiles
./setupCreate ~/.bash_personal, ~/.bash_private or ~/.bash_work to change settings.
For example:
export LANG="en_US.UTF-8"Use git bash
cd ~
curl -sSLO https://raw.githubusercontent.com/CodingJediKnight/dotfiles/main/install/windows/setup.sh
./setup.sh
rm setup.shInstall all:
dot && cd install/ubuntu/
./install-allOr install per service:
dot && cd install/ubuntu/
./install-most-stuff-with-apt
# ./install/ubuntu/install-...
# ...Install all:
dot && cd install/mac/
./install-allOr install per service:
dot && cd install/mac/
./install-most-stuff-with-brew
# ./install/mac/install-...
# ...Check if you have all env vars after instilling Go.
Or you can just bash -l before run script.
dot && cd install/
./install-go-toolsInstall:
brew install fish || sudo apt install fish
cd $DOTFILES/fish/ && ./setupThen configure in fish terminal
cd $DOTFILES/fish/ && ./configureCreate ~/.localrc to change settings.
You need to install Hack font in your system and use to your terminal emu.
# MacOS
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
# Ubuntu
sudo apt install fontconfig
curl -LO https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Hack.zip
sudo mkdir /usr/local/share/fonts/Hack
sudo unzip Hack.zip -d /usr/local/share/fonts/Hack/
sudo fc-cache -fv
rm Hack.zip
# Windows
# Just download and install https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Hack.zipDon't forget to run
:PlugInstallInstall Russian spellcheck
:set spelllang=rucd $DOTFILES/nvim
./setupCheck mods config file path first with mods --settings
baseUrl="localhost:5000/v1" # write your own OpenAI ChatGPT API entryyq -i "
.temp = 0.7 |
.topp = 0.7 |
.stop = [\"### Instruction\", \"### Response\"] |
.max-input-chars = 24500 |
.max-tokens = 2048 |
.apis.cjk-gpt.base-url = \"$baseUrl\" |
.apis.cjk-gpt.models.gpt.max-input-chars = 24500
" ~/.config/mods/mods.ymlPomo timer in tmux session
go install github.com/rwxrob/pomo/cmd/pomo@latest
pomo init
pomo delete interval
pomo startfiglet -f slant Jedi | lolcatfiglet -f "${FIGL_FONT:-future}" TextHostname on enter ssh
scripts
sudo bash -c "cat ./hostnamefiglet > /etc/update-motd.d/10-help-text"Cool things
entr bash -c 'clear; go run /tmp/main.go' <<< /tmp/main.go
entr bash -c 'clear; go run RunOnAny$' < <(ls **/*.go)