Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles ❤ ~/

dikiaap's dotfiles

Screenshots
Rofi    Dunst    i3blocks    Zsh    tmux    Colors    dircolors

Details

  • CLI
    • Zsh - A shell designed for interactive use, although it is also a powerful scripting language.
      • Oh My Zsh - An open source, community-driven framework for managing your Zsh configuration.
      • z - Tracks your most used directories, based on frecency.
    • Bash - A Unix shell and command language.
    • tmux - A terminal multiplexer.
    • Neovim - Hyperextensible Vim-based text editor.
      • Minimalist - A Material Color Scheme Darker for Vim and inspired by Material Theme.
      • vim-airline - Lean and mean status/tabline for Vim that's light as air.
      • More config.
    • Git - A free and open source distributed version control system.
      • diff-so-fancy - Make your diffs human readable instead of machine readable.
    • htop - An interactive process viewer.
    • bat - A cat clone with syntax highlighting and Git integration.
    • fzf - A command-line fuzzy finder.
    • ripgrep - A line-oriented search tool that recursively searches directories for a regex pattern.
    • Wget - A free software package for retrieving files using HTTP, HTTPS, FTP, and FTPS.
    • Hack - Terminal font.
  • GUI
    • i3 - A tiling window manager.
    • i3blocks - A feed generator for text based status bars.
      • i3blocks-contrib - A set of scripts for i3blocks, contributed by the community.
    • i3lock-fancy - A script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text.
    • Rofi - A window switcher, application launcher and dmenu replacement.
    • Dunst - A highly configurable and lightweight notification daemon.
    • picom - A lightweight compositor for X11.
    • Alacritty - A cross-platform, GPU-accelerated terminal emulator.
    • Sublime Text - A sophisticated text editor for code, markup and prose.
    • Arc Theme (Fork) - A flat theme with transparent elements for GTK 3, GTK 2, and GNOME Shell.
    • Paper Icon Theme - An open source Freedesktop icon theme and inspired by Material Design.
    • Source Sans - User Interface font.
    • Font Awesome - Iconic font.
    • Dark Planet - Wallpaper.

dotfiles's People

Contributors

dikiaap avatar mannyc avatar neeasade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

Git icon not being shown on MacOS

Describe the bug

Screen Shot 2020-05-05 at 16 54 37

Expected behavior

I approached this theme because I find it very elegant and thought the icons were nice. However, the Git icon is not showing up on my terminal.

Additional context

I only copy-pasted the code under the oh-my-zsh folder into the custom/themes on my machine, instead of running the install.sh. Should I do that instead? And if so, what would be an ideal place to clone the repo?

oh-my-zsh: unknown character in FMT_VCS_STATUS variable

Describe the bug

Hi, there appears to be an unknown/undefined Unicode character in the oh-my-zsh theme:

Comparing the observed behavior in reference to the screenshot on the oh-my-zsh Wiki page:
image
-- https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes#oxide

To Reproduce

Steps to reproduce the behavior:

  1. Setup the oh-my-zsh theme
  2. Observe terminal prompt has unknown char in it between "on" and branch name

Expected behavior

Expect unicode character to match the one shown

Screenshots

image

Desktop

  • OS: MacOS Mojave
  • Package: oh-my-zsh theme

Additional context

Please Make Script

I like your system i want same system for web Development you can make a Arch base installation script or Post Configuration and Core software like yours and add software installation script like sublime and all I will wait for update 👍 😄

Help to install

Hi please help me to install it on my Arch Linux.

As me understood I just copy all files to my home.directory and need some of to install. Please write to me.

sudo pacman -S pacname

The startx comand not workig...

Missing dots

Describe the bug

Instead of this dots I get this ~/Downloads/dotfiles on  master in my command line

I downloaded the theme from the .oh-my-zsh directory and copied the theme in the theme directory on my computer. Then i edited my .zshrc to enable oxide. Now I get this weird character when im in a git repositry.

Screenshots

Screenshot

Desktop

  • OS: MacOs 10.15.1
  • Package: oh-my-zsh

iTerm + Antigen crash installing Oxide Theme

Hi!

I am trying to install Oxide theme but it crashs iTerm :/ . I used few commands to install it:

antigen theme dikiaap/dotfiles themes/oxide.zsh-theme antigen theme dikiaap/dotfiles
Also import the zsh-theme to my ~/.oh-my-zsh/themes folder but it is not working either.

screen shot 2018-03-09 at 10 31 27

screen shot 2018-03-09 at 10 32 48

Enviroment Details:
MacOS High Sierra 10.12.6
iTerm2 Build 3.1.5
OhMyZsh Build zsh 5.2 (x86_64-apple-darwin16.0)
Antigen v2.2.2

Oxide zsh theme: If branch changes after running a command other than `git` the pre-cmd metadata is wrong

For example, I have an alias -- that will run git checkout - (switch to the last branch that I was on). When I run -- the branch switch happens, but because my command didn't include the string git, the wrong branch info is displayed:

image

I believe that it happens in these lines:

oxide_preexec() {
case "$2" in
*git*)
PR_GIT_UPDATE=1
;;
*hub*)
PR_GIT_UPDATE=1
;;
*svn*)
PR_GIT_UPDATE=1
;;
esac
}
add-zsh-hook preexec oxide_preexec

new alacritty window is the copy of the old alacritty

I'm a new guy for i3, and I live your dotfiles very much, it's so beautiful. there are some questions I don't know how to solve them.
when I open the second alacritty window(the same for the third or more), it is the copy of the first alacritty. two windows(or more )will change synchronously, one change, all change.

colors base00 problem

Hi,

When tried to add some alias after dotfile install/sh the shell display that:
Warning: Color name "base00" is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.