All Projects → Amar1729 → dotfiles

Amar1729 / dotfiles

Licence: other
dotfiles (managed by https://github.com/twpayne/chezmoi/)

Programming Languages

Vim Script
2826 projects
shell
77523 projects
perl
6916 projects
lua
6591 projects
python
139335 projects - #7 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
My collection of dotfiles
Stars: ✭ 77 (+92.5%)
Mutual labels:  tmux, chezmoi
dotfiles
My dotfiles for Bash/Zsh, Vim/Neovim, Doom Emacs, tmux, Git, terminal emulators, JupyterLab, aria2, mpv, Nix and Homebrew
Stars: ✭ 149 (+272.5%)
Mutual labels:  tmux, chezmoi
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (-50%)
Mutual labels:  tmux, gitconfig
dotfiles
config files for vim, tmux, bash, zsh, git, etc.
Stars: ✭ 23 (-42.5%)
Mutual labels:  tmux, gitconfig
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-7.5%)
Mutual labels:  tmux, chezmoi
dotfiles
Personal dotfiles 💻
Stars: ✭ 13 (-67.5%)
Mutual labels:  tmux, chezmoi
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (-40%)
Mutual labels:  tmux, gitconfig
dotfiles
Automates the configuration of Vim, Tmux/BYOBU, and friends for make benefit of glorious $HOME, life embetterment, wowoweewah great success, and world peace!
Stars: ✭ 18 (-55%)
Mutual labels:  tmux, chezmoi
dotfiles
my personal dotfiles for tmux, bash, vim and git
Stars: ✭ 73 (+82.5%)
Mutual labels:  tmux, gitconfig
tmuxinator-fzf-start
Uses fzf to provide a selection list for starting tmuxinator projects
Stars: ✭ 31 (-22.5%)
Mutual labels:  tmux
etc-skel
/etc/skel with super cool confs for tmux, psql, inputrc, git, bash, dircolors, and more.
Stars: ✭ 22 (-45%)
Mutual labels:  tmux
cfg
my dotfiles
Stars: ✭ 26 (-35%)
Mutual labels:  tmux
dotfiles
💻dotfiles for: tmux, neovim, git, zsh, osx
Stars: ✭ 49 (+22.5%)
Mutual labels:  tmux
dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (-45%)
Mutual labels:  tmux
dotfiles
💾 personal configuration files
Stars: ✭ 42 (+5%)
Mutual labels:  tmux
tmux.nvim
tmux integration for nvim features pane movement and resizing from within nvim.
Stars: ✭ 299 (+647.5%)
Mutual labels:  tmux
tmux-conf
📝 TMUX Configuration for nerds with tpm
Stars: ✭ 31 (-22.5%)
Mutual labels:  tmux
dotfiles
Personal dotfiles with configurations for sway, vim, zsh, etc.
Stars: ✭ 20 (-50%)
Mutual labels:  tmux
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-50%)
Mutual labels:  tmux
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+62.5%)
Mutual labels:  tmux

Amar's Dotfiles

sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply Amar1729

These dotfiles are managed by chezmoi. I used to use git manually, but tracking changes across multiple branches for different operating systems/flavors became a huge pain once I was frequently cherry-picking and tagging to avoid merging. See the homepage for more details!

One benefit of chezmoi is that this repo - the "source state" - is managed directly renaming certain files in a specific way. "Dot" files (such as .bashrc) in the target state are named as dot_bashrc in the source state.

Another benefit is that all files can be managed in one branch, using chezmoi's template logic. So files for both macOS/linux are kept in the default branch of this repo, and synced into the "target state" (your home directory) based on the value of variables from chezmoi data - such as .chezmoi.os - or the settings in .chezmoiignore.

Miscellaneous

Window Management

macOS

  • yabai and the hotkey daemon skhd
    • Uebersicht, a neat tool for the display of html/css/js widgets directly on the desktop. This program is managing the custom toolbar you might see in a lot of Mac OS rices (and mine!)

linux

< todo: bspwm/sxhkd/conky >

Shell

zsh plugins are managed by antibody:

antibody bundle < ~/.zsh_plugins.txt > ~/.zsh_plugins.zsh

Most shell aliases are in .shell_aliases and are zsh/bash-compatible.

I also use a repository of small scripts I write myself: bin.

Terminal Emulator

Workflow

Browsers

Userstyles, Extensions, Plugins, and Apps

userstyles/scripts
Extensions, Plugins, Apps
  • nightTab - really nice homepage
  • uBlock Origin - opensource ad-blocking
  • Imagus - blow up images on mouseover
  • tampermonkey/greasemonkey - run custom js on specific webpages
  • browserpass - browser extension for pass, the unix password manager
  • Pushbullet - sync messages between Android and laptop
  • cliget (turns a link into a curl command with correct flags for cookies)
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].