.tmux Self-contained, pretty and versatile .tmux.conf configuration file. Installation Requirements: tmux >= 2.3 (soon >= 2.4) running inside Linux, Mac, OpenBSD, Cygwin or WSL awk, perl and sed outside of tmux, $TERM must be set to xterm-256color To install, run the following from your terminal: (you may want to backup your existing ~/.tmux.conf first) $ cd $ git clone https://github.com/gpako...
Clean-macOS Clean-macOS is a simple script that can be used after a clean installation of macOS to configure and install all the apps you need. It uses dotfiles and shell scripts to speed up the configuration of macOS. Table of content Table of content Getting Started Requirements Usage Contributing Useful links Credits Getting Started Requirements An active internet connection macOS 10.15.0 or...
env Repo for storing my environment settings, dotfiles and etc. git.io/env .bash_profile - shortcuts, bash settings .inputrc - extended bash configs .gitconfig - git aliases, colors and user configs Brewfile - my brew packages dump made with homebrew-bundle atom/ - my atom configs & packages dump made with sync-settings vscode/ - my vscode configs & packages dump made with Settings Sync jetbrai...
Rafael Bodill's macOS/Archlinux dotfiles This is my entire "dotfiles" configuration for all the software I use on macOS & Archlinux, mostly in the terminal. I've turned my ~/.config directory into a Git repository and strive to set applications write their configuration there if they don't by default. Meaning, I try to conform to the XDG standard. There is one important caveat in doing so: Secr...
Personal Dotfiles and Scripts Pilfer at your own peril. Mention https://rwxrob.tv if you do. Stop by and chat sometime. Installation For installation information and sampling see the workspace container that depends on this repo. Also see the scripts README.md Installation as well. More Information For questions about design decisions and setup consider my zet notes and streaming faq. Legal Cop...
Ellipsis _ _ _ /\_\ /\_\ /\_\ \/_/ \/_/ \/_/ …because $HOME is where the <3 is! Ellipsis is a package manager for dotfiles. Features Creating new packages is trivial (any git repository is already a package). Modular configuration files are easier to maintain and share with others. Allows you to quickly see which dotfiles have been modified, and keep them updated and in-sync across s...
Dotfiles Managed via YADM and Nix (NixOS + Nix-Darwin) Installation Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don't want or need. Don't blindly use my settings unless you know what that entails. Install MacOS Install XCode CLT (not required, but recommended) xcode-select --install Clone the repo git clone ...
🦚 kyoto.nvim kyoto.nvim is a fast ⚡, functional, beautiful, and highly customizable neovim configuration Installation Find an installation guide here. Features LSP Support (with Autocomplete) Ergonomic keybinds Blazing Fast File Explorer Really customizable (seriously, you should check it out) Screenshots Supported Languages LSP You can find a list of supported languages here. To install a...
BetterDiscord Installer Overview | Development | Contributors A simple standalone program which automates the installation, removal and maintenance of BetterDiscord. Overview This repository contains the source code for the BetterDiscord installer. This installer is written with electron-webpack and Svelte 3. Downloads These will link you to the latest builds found in the releases tab of this r...
JILL.py The enhanced Python fork of JILL -- Julia Installer for Linux (and every other platforms) -- Light Features download Julia releases from the nearest mirror server support all platforms and architectures manage multiple julia releases easy-to-use CLI tool Install JILL For the first time users of jill, you will need to install it using pip: pip install jill --user -U. Also use this to upg...
gpgpu-rs 是基于 wgpu,采用 Rust 实现的简易 GPU 计算库。 如需开始使用gpgpu,先创建[Framework]实例然后按照下面的示例进行操作。 向量 A B 相乘并将结果存入 C 的例子: use gpgpu::*; fn main() -> GpuResult<()> { let fw = Framework::default(); // Original CPU data let cpu_data = (0..10000).into_iter().collect::>(); // GPU buffer creation let buf_a = Gpu...
No comments:
Post a Comment