Giter VIP home page Giter VIP logo

dotfiles's Introduction

macOS | Windows | Linux | scripts

🚯 Dotfiles

ri • cing /ry-sing/

  • Making visual improvements and customization to your desktop and/or phone that can simplify your desktop environment but (generally) are completely pointless.

好看是第一生产力。

—— @SpencerWoo

macOS

iTerm2

Color Scheme: manta.itermcolors

⚠️ Please upgrade iTerm2 to the latest 3.3 version in order to achieve the customizable "Minimal Titlebar" and "Status bar".

Recommend:

  • Set "Tab bar height (points) for minimal theme" to 22, under "Preference - Advanced".

  • Set "Transparency" to near "Opaque", under "Preference - Profiles - Default - Window".

Hyper

Fully customized color scheme, see _hyper_macos.js

Shell

ZSH Themes

Powerlevel10k can generate the same prompt as Pure given the right configuration options. But P10K is able to deal with large git repositories much much faster. See: romkatv/Pure style for Powerlevel10k.md

WM - yabai

Yabai - a macOS Tiling WM.

Windows

PowerShell

Go to Oh-My-Posh for information on how to install Oh-My-Posh, then:

$ThemeSettings

Then check your theme folder, navigate there, and put SpencerTechy.psm1 there.

Reload theme by:

Set-Theme SpencerTechy

Also, here's my PowerShell configuration profile: ps_profile.ps1 for reference.

I use:

And I removed PowerShell's default alias via:

# Remove curl alias
If (Test-Path Alias:curl) {Remove-Item Alias:curl}
If (Test-Path Alias:curl) {Remove-Item Alias:curl}

See ps_profile.ps1 for detailed information.

Windows Terminal

Dark Theme Compatibility

Set in Windows Terminal settings:

"requestedTheme" : "dark"

Windows Terminal themes

Windows Terminal Themes at iTerm Color Schemes, GitHub.

❗ You cannot use colortool to apply a theme to Windows Terminal. Instead, you'll need to manually add the theme (which is in JSON) to WT's configuration file.

For more information, see wt_profiles.json.

Linux

❗ I don't use Linux (or Manjaro) any more. I recommend using WSL on Windows. (Or just buy a Mac for god sake.)

Arch Linux WSL (for use on Windows)

Config files: _wsl_zshrc

Manjaro

scripts

Handy scripts for ricing screenshots.

Neofetch

Fetch system information (with --iterm2 option to display wallpaper.)

neofetch --iterm2

Depends on imagemagick, only works with Terminals who support displaying inline images.

Colortest - pablopunk/colortest

Quickly show all your terminal colors

curl -s https://raw.githubusercontent.com/pablopunk/colortest/master/colortest | bash

color.sh - color.sh

Minimal script to show terminal colors.

curl -s https://raw.githubusercontent.com/spencerwooo/dotfiles/master/scripts/color.sh | bash

256 Color Test

Print out all 256 colors in your console. See: Print a 256-color test pattern in the terminal

curl -s https://gist.githubusercontent.com/HaleTom/89ffe32783f89f403bba96bd7bcd1263/raw/ | bash

gotop

Terminal based task manager.

GitHub: cjbassi/gotop: A terminal based graphical activity monitor inspired by gtop and vtop

tty-clock

Terminal based clock.

GitHub: xorg62/tty-clock

Special Thanks

License

This is published via the MIT License.


🚯 Dotfiles ©Spencer Woo. Released under the MIT License.

Authored and maintained by Spencer Woo.

@Blog - ⒿJike - @GitHub

dotfiles's People

Contributors

spencerwooo 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.