https://github.com/ap6yc/dotfiles
Personal dotfiles for terminal development and deployment.
https://github.com/ap6yc/dotfiles
Last synced: over 1 year ago
JSON representation
Personal dotfiles for terminal development and deployment.
- Host: GitHub
- URL: https://github.com/ap6yc/dotfiles
- Owner: AP6YC
- License: mit
- Created: 2020-05-13T13:29:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T14:14:08.000Z (about 2 years ago)
- Last Synced: 2025-02-02T15:31:03.632Z (over 1 year ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Personal dotfiles for terminal development and deployment.
## Table of Contents
- [dotfiles](#dotfiles)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Notes](#notes)
- [References](#references)
## Installation
- apt:
- git zsh tmux
- onmyzsh:
```sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
- Chezmoi:
```sh
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply AP6YC
```
- Julia:
```sh
curl -fsSL https://install.julialang.org | sh
```
- Mamba:
```sh
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
```
- Ranger:
```sh
git clone git@github.com:ranger/ranger.git
```
- Rustup:
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
- Bob:
- https://github.com/MordechaiHadad/bob
```sh
cargo install --git https://github.com/MordechaiHadad/bob.git
export PATH=/home/sap625/.local/share/bob/nvim-bin:$PATH
```
## Notes
[ranger]: https://github.com/ranger/ranger
[bob]: https://github.com/MordechaiHadad/bob
- [Ranger][ranger]
- [Bob][bob]
## References
[tpm]: https://github.com/tmux-plugins/tpm
[ohmyzsh]: https://github.com/ohmyzsh/ohmyzsh
[zshauto]: https://github.com/zsh-users/zsh-autosuggestions
[zshsyntax]: https://github.com/zsh-users/zsh-syntax-highlighting
- [TPM][tpm]
- [Oh My Zsh][ohmyzsh]:
- [Zsh Authosuggesions][zshauto]
- [Zsh syntax highlighting][zshsyntax]
Deprecated:
- Tmux theme: https://github.com/gpakosz/.tmux
- Dotfiles:
- https://github.com/nicknisi/dotfiles