No description
Find a file
2022-05-25 16:24:17 -07:00
dotbot@5d83f9e797 IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
git maint: setting up on wsl2 (opensuse tumbleweed) 2021-10-26 13:31:41 -07:00
nvim new: ripgrep show hidden files 2022-05-24 11:53:13 -07:00
vscode maint: vscode && cargo 2021-07-13 14:18:30 -07:00
zsh new: ripgrep show hidden files 2022-05-24 11:53:13 -07:00
.gitignore IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
.gitmodules IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
check_status.sh maint: tmux status checks 2021-02-27 13:34:25 -07:00
install IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
install.conf.yaml new: ripgrep show hidden files 2022-05-24 11:53:13 -07:00
kakrc Kakoune (#11) 2020-11-05 07:30:00 -07:00
mouse.xml Misc Updates (#1) 2019-02-12 10:15:47 -07:00
npmrc IMP: vscode-specific project structuring (#6) 2020-05-12 14:32:17 -07:00
personal.toml maint: godot tweaks 2022-03-14 06:59:10 -07:00
psqlrc ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
README.md maint: drop opensuse 2022-05-25 16:24:17 -07:00
remarkable-sync.sh new: remarkable/gemini sync 2022-05-24 11:52:40 -07:00
ripgreprc new: ripgrep show hidden files 2022-05-24 11:53:13 -07:00
rsync_excludes.txt maint: nix->macports 2021-06-01 07:17:36 -07:00
safe-reattach-to-user-namespace.sh maint: setting up on wsl2 (opensuse tumbleweed) 2021-10-26 13:31:41 -07:00
tmux.conf maint: setting up on wsl2 (opensuse tumbleweed) 2021-10-26 13:31:41 -07:00
vimrc vim: excmd normal map dot-cmd 2021-04-10 19:32:43 -07:00
work.toml wslg updates 2022-02-13 11:07:53 -07:00

dotfiles

wslg ubuntu

sudo apt update
sudo apt upgrade
sudo apt install neovim tmux ripgrep zsh tree git build-essential libssl-dev pkg-config
sudo hostname $HOSTNAME
chsh -s $(which zsh)
sudo echo "[interop]\nappendWindowsPath = false" > /etc/wsl.conf
git clone --origin pingo ssh://git@pingo.thermokar.st/dotfiles ~/.dotfiles
git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
cd ~/.dotfiles
./install
source ~/.zshrc
base16_ashes
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone ssh://git@pingo.thermokar.st/gwar ~/gwar
cd ~/gwar
cargo build --release
./target/release/gwar ~/.dotfiles/$REPOS.toml
cd ~/ && rm -rf ~/gwar

manual apps

  • chrome
  • cisco anyconnect
  • docker desktop
  • firefox
  • garageband
  • iterm2
  • libreoffice
  • melodics
  • passff-host
  • postgres.app
  • renoise
  • signal
  • slack
  • steermouse
  • thunderbird
  • virtualbox
  • vscode
  • xcode
  • zoom

optional vscode extensions

$ code --install-extension AndrsDC.base16-themes
$ code --install-extension ecmel.vscode-html-css
$ code --install-extension formulahendry.auto-close-tag
$ code --install-extension hollowtree.vue-snippets
$ code --install-extension JakeBecker.elixir-ls
$ code --install-extension karigari.chat
$ code --install-extension lextudio.restructuredtext
$ code --install-extension ms-python.python
$ code --install-extension ms-vscode.Go
$ code --install-extension ms-vsliveshare.vsliveshare
$ code --install-extension redhat.vscode-yaml
$ code --install-extension vscodevim.vim
$ code --install-extension wakatime.vscode-wakatime