dotfiles

Files to recover my file system.
git clone git://git.nomxz.net/dotfiles.git
Log | Files | Refs | README

commit 1ff849ae969cefc4b85dad03bd2a42d1e37f1716
parent 4edcc9ec4d932f7b1c953374ce4e5851be399cac
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Tue, 19 Jul 2022 23:34:05 -0400

Update files from current workflow.

Diffstat:
M.gitconfig | 13+------------
M.oh-my-zsh/themes/pointer.zsh-theme | 7+------
D.tmux.conf | 5-----
M.zshrc | 9+--------
MBrewfile | 48++++++++++++++++++++----------------------------
MREADME.md | 4+++-
6 files changed, 26 insertions(+), 60 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -4,18 +4,7 @@ username = "RamonAsuncion" email = asuncionbatista@gmail.com -[filter "lfs"] - process = git-lfs filter-process - required = true - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - -[core] - editor = micro - -[web] - browser = firefox - + [alias] c = commit cm = commit -m diff --git a/.oh-my-zsh/themes/pointer.zsh-theme b/.oh-my-zsh/themes/pointer.zsh-theme @@ -1,9 +1,4 @@ -if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="yellow"; fi - -local user="%{$fg[yellow]%}%n@%{$fg[cyan]%}%m%{$reset_color%}" - -PROMPT="${user} %{$fg[$NCOLOR]%}%c ➤ %{$reset_color%}" -RPROMPT='%{$fg[$NCOLOR]%} $(git_prompt_info)%{$reset_color%}' +PROMPT="%c ➤ %{$reset_color%}" ZSH_THEME_GIT_PROMPT_PREFIX="git:" ZSH_THEME_GIT_PROMPT_SUFFIX="" diff --git a/.tmux.conf b/.tmux.conf @@ -1,5 +0,0 @@ -set -g default-terminal "screen-265color" - -# Color for status car -set-option -g status-bg yellow -set-option -g status-fg black diff --git a/.zshrc b/.zshrc @@ -1,6 +1,5 @@ # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" -export TERM=screen-256color # Set name of the theme to load --- if set to "random" to get random themes. ZSH_THEME="pointer" @@ -14,16 +13,10 @@ plugins=( source $ZSH/oh-my-zsh.sh + # Language environment export LANG=en_US.UTF-8 -# Preferred editor for local and remote sessions -if [[ -n $SSH_CONNECTION ]]; then - export EDITOR="micro" -else - export EDITOR="vim" -fi - # Aliases alias ls="ls -la --color=auto" diff --git a/Brewfile b/Brewfile @@ -1,40 +1,32 @@ +tap "bell-sw/liberica" tap "homebrew/bundle" tap "homebrew/cask" tap "homebrew/cask-fonts" tap "homebrew/core" tap "mongodb/brew" -# Shell extension to jump to frequently used directories -brew "autojump" -# Console Matrix -brew "cmatrix" -# Configurable talking characters in ASCII art -brew "cowsay" -# Infamous electronic fortune-cookie generator +brew "jpeg" +brew "glib" brew "fortune" -# Improved top (interactive process viewer) -brew "htop" -# Rainbows and unicorns in your console! -brew "lolcat" -# Modern and intuitive terminal-based text editor +brew "gdk-pixbuf" +brew "unbound" +brew "gnutls" +brew "gobject-introspection" +brew "gradle" +brew "harfbuzz" +brew "pango" +brew "librsvg" +brew "graphviz" +brew "python@3.10" +brew "ipython" brew "micro" -# Fast, highly customisable system info script -brew "neofetch" -# HTTP/2 C Library -brew "nghttp2" -# Interpreted, interactive, object-oriented programming language -brew "python@3.9" -# Platform built on V8 to build network applications +brew "mosh" brew "node" -# Python dependency management tool brew "pipenv" -# Powerful, clean, object-oriented scripting language brew "ruby" -# User interface to the TELNET protocol -brew "telnet" -# Terminal multiplexer -brew "tmux" -# Language for application scale JavaScript development brew "typescript" -# Vi 'workalike' with many additional features brew "vim" -cask "font-hack-nerd-font" +brew "zsh-autosuggestions" +brew "zsh-syntax-highlighting" +cask "chromedriver" +cask "emacs" +cask "liberica-jdk15-full" diff --git a/README.md b/README.md @@ -1,5 +1,7 @@ # Ramon's Dotfiles -Currently working on a MacOS system. +Currently working on a MacOS system. +I'm hoping to add my linux system files into this repository. + ## Installation