Coder Social home page Coder Social logo

oh-my-zsh-conf's Introduction

ZSH (using Oh My ZSH) on Manjaro Linux

It uses on my zsh passion theme which is a highly saturated color schema supports 256 colors. Uses nord-tmux theme for tmux, come up with autosuggestions and syntax-highlighting.

Prerequirements:

Install zsh (If ZSH is not already installed on your Manjaro system you can do it with the command:)

sudo pacman -Syu zsh

Install oh-my-zsh:

cd
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

refer to this link:
https://github.com/ohmyzsh/ohmyzsh

Install tmux:

sudo pacman -Syu tmux

Install JetBrainsMono font:

refer to:
https://www.jetbrains.com/lp/mono/

Install custom theme & plugins and set up ~/.zshrc configuration:

mkdir ~/Package
cd Package
git clone https://github.com/yuzukicat/oh-my-zsh-conf.git
git clone https://github.com/ChesterYue/ohmyzsh-theme-passion.git
git clone https://github.com/zsh-users/zsh-autosuggestions.git
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
cd ~/
sudo cp -R Package/oh-my-zsh-conf/.zshrc ~/
sudo cp -R Package/ohmyzsh-theme-passion/passion.zsh-theme ~/.oh-my-zsh/custom/themes
sudo cp -R Package/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins
sudo cp -R Package/zsh-syntax-highlighting ~/.oh-my-zsh/custom/plugins

refer to this link:
https://gist.github.com/yovko

If you already have your .zshrc configuration:

nano ~/.zshrc.pre-oh-my-zsh

and add it to ~/.zshrc

(Optional) Make zsh default if you haven't already:

chsh -s $(which zsh)

Logout/logon or apply the changes with:

source ~/.zshrc

Set up tmux configuration:

nano ~/.tmux.conf

set -g default-shell /bin/zsh
run-shell "~/.tmux/nord-tmux/nord.tmux"

exit tmux, exit zsh (or console if you use manjaro) and open zsh (or console) to make it take effect.

nano ~/.tmux.conf
mkdir ~/.tmux
sudo cp -R Package/nord-tmux ~/.tmux
tmux source-file ~/.tmux.conf
exit
exit

refer to this link:
https://github.com/arcticicestudio/nord-tmux

Thanks to adamwuqwq, the macos(apple m1/m2) solution:
refer to this link:
https://github.com/adamwuqwq/my_shell_config

oh-my-zsh-conf's People

Contributors

yuzukicat avatar

Watchers

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