GithubHelp home page GithubHelp logo

richie-z / .dotfiles Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 87 KB

my personal dotfiles (.)

Shell 79.94% Vim Script 2.96% Lua 2.56% Scheme 14.54%
bashrc blesh dotfiles ideavimrc tmux-conf vimrc vscode-neovim alacritty alacritty-config ranger

.dotfiles's Introduction

.dotfiles

my dotfiles (.)

What's in it?

Installation steps for newbie

Prerequisite: curl

  • alacritty
  • ble.sh
  • xinit
  • screenkey
  • featherpad (you can install it via your current OS package manager)
  • flameshot
  • oh-my-posh
    • Themes (the themes is stored at ~/oh-my-posh-themes)
      1. create the folder
      omp_dir=~/oh-my-posh-themes
      mkdir $omp_dir && cd $omp_dir 
      1. download the file (my default theme is mt)
      curl -O https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/mt.omp.json
    • Fonts
  • i3
    • i3-scratchpad
     cd ~/.config/i3/
     curl -O https://gitlab.com/aquator/i3-scratchpad/-/raw/master/i3-scratchpad
     chmod +x ./i3-scratchpad
  • rofi
    • rofi-power-menu
     cd ~/.config/rofi
     curl -O https://raw.githubusercontent.com/jluttine/rofi-power-menu/master/rofi-power-menu
     chmod +x ./rofi-power-menu
  • tmux
  • vim (you can install it via your current OS package manager)
     curl -o ~/.vim/colors https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim

Installing Fonts

Currently all my dotfiles is using Nerd Fonts:

  1. FiraCode Nerd
curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/FiraCode.zip" 
unzip -o FiraCode.zip -d ~/.fonts 
fc-cache -f -v
rm FiraCode.zip
  1. JetBrainsMono Nerd
curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/JetBrainsMono.zip" 
unzip -o JetBrainsMono.zip -d ~/.fonts 
fc-cache -f -v
rm JetBrainsMono.zip
  1. MesloLG Nerd
curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/Meslo.zip" 
unzip -o Meslo.zip -d ~/.fonts 
fc-cache -f -v
rm Meslo.zip

My Other Configuration

Todo

  • Better README
  • Add GTK installation guide
  • Add Ranger installation guide
  • Add Picom installation guide
  • Add Diodon installation guide
  • Add Polybar installation guide

.dotfiles's People

Contributors

richie-z avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.