All Projects → A → .dotfiles

A / .dotfiles

Licence: other
configs and utils

Programming Languages

lua
6591 projects
haskell
3896 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to .dotfiles

Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (+141.33%)
Mutual labels:  tmux
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (+177.33%)
Mutual labels:  tmux
Tmux Fzf Url
🚀 Quickly open urls on your terminal screen!
Stars: ✭ 227 (+202.67%)
Mutual labels:  tmux
Teamocil
There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
Stars: ✭ 2,179 (+2805.33%)
Mutual labels:  tmux
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+20692%)
Mutual labels:  tmux
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+174.67%)
Mutual labels:  tmux
Neovim Config
Neovim configuration
Stars: ✭ 180 (+140%)
Mutual labels:  tmux
Dotfiles
using vim
Stars: ✭ 245 (+226.67%)
Mutual labels:  tmux
Tmux Gruvbox
Gruvbox color scheme for Tmux.
Stars: ✭ 204 (+172%)
Mutual labels:  tmux
My Git Bash
my git bash config
Stars: ✭ 222 (+196%)
Mutual labels:  tmux
Tmux Onedark Theme
A dark tmux color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 183 (+144%)
Mutual labels:  tmux
Smug
A session manager for tmux written in Go
Stars: ✭ 200 (+166.67%)
Mutual labels:  tmux
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+178.67%)
Mutual labels:  tmux
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (+140%)
Mutual labels:  tmux
Dot
These are my dot files. I've primarily been a MacOS user for most of the time I've been collecting dotfiles, but I've recently switched to Linux. I primarily use Arch, Arco, Manjaro, or some other Arch based distro; so that's where I take my que.
Stars: ✭ 232 (+209.33%)
Mutual labels:  tmux
Dotfiles
My [NeoVim + Tmux + Fish Shell] Setup /w install scripts
Stars: ✭ 180 (+140%)
Mutual labels:  tmux
Slimux
SLIME inspired tmux integration plugin for Vim
Stars: ✭ 208 (+177.33%)
Mutual labels:  tmux
Zsh Navigation Tools
Curses-based tools for Zsh, e.g. multi-word history searcher
Stars: ✭ 249 (+232%)
Mutual labels:  tmux
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+220%)
Mutual labels:  tmux
Tmuxen
tmux environment made easy.
Stars: ✭ 222 (+196%)
Mutual labels:  tmux

Dotfiles

Yet another dotfiles repo for macos & arch linux includes things below:

  • pacman & aur apps
  • homebrew apps
  • mas apps
  • cron jobs
  • python, rust, nodejs global packages
  • dotfiles configs

Per host configuration is in host_var dir.

Usage

ansible-playbook dotfiles.yml --limit=macos --tag=homebrew
ansible-playbook dotfiles.yml --limit=linux --skip-tags gui

Example configuration:

pacman_packages:
  - name: openssh
    state: latest

pacman_gui_packages:
  - name: telegram-desktop
    state: latest

# aur packages managed by paru
aur_packages:
  - name: tmux-git
    state: latest

aur_gui_packages:
  - name: obsidian-appimage
    state: latest

# rust packages managed by cargo
cargo_packages:
  - name: exa
    state: present # only present or absent

cargo_gui_packages:
  - name: alacritty
    state: present

# nodejs packages managed by yarn
yarn_packages:
  - name: n
    state: latest

# Python packages
pip2_packages: []
pip3_packages:
  - termgraph
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].