Giter Site home page Giter Site logo

alacritty-config's Introduction

Alacritty-Config

Just my personal alacritty config, I use it as my main, I also use py-wal. There will be instructions on how to use that. Make sure to use the alacritty terminal, other terminals won't work

How to install Alacritty:

Arch Linux: sudo pacman -S alacritty

Debian/Ubuntu Based: sudo apt install alacritty

Fedora: sudo dnf install alacritty

Steps to use my config :

1. make a directory (if not already made) by running:

mkdir ~/.config/alacritty/

2. Copy my config into the newly created directory by runnning the following commands:

cd ~/.config/alacritty

git clone https://github.com/atreyaved/Alacritty-Config.git

cd Alacritty-config

mv alacritty.yml ~/.config/alacritty

3. Now just restart alacritty

Steps to install py-wal:

Pywal is basically changed your terminal color scheme according to a image

1. Install the package:

  • Arch Linux:
sudo pacman -S python-pywal
  • Debian/Ubuntu based distros:
sudo apt insatll sudo apt install python3-pip
sudo pip3 install pywal    
  • Fedora:
sudo dnf install python3-pip
sudo pip3 intsall pywal

2. Use pywal:

wal -i <path_to_your_image> for the image I recommend just using your wallpaper

3. Starting automatically:

Now that you have installed pywal, we are gonna start it whenever your terminal starts, to do that, do the following nano ~/.bashrc (or your favorite text editor)

Now paste the following lines to the end of the file:

# Import colorscheme from 'wal' asynchronously
# &   # Run the process in the background.
# ( ) # Hide shell job control messages.
(cat ~/.cache/wal/sequences &)
# Alternative (blocks terminal for 0-3ms)
cat ~/.cache/wal/sequences
# To add support for TTYs this line can be optionally added.
source ~/.cache/wal/colors-tty.sh

And boom! now you have a beautiful terminal.

alacritty-config's People

Contributors

atreyaved avatar patitotective avatar

Stargazers

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