Giter Site home page Giter Site logo

idrinkcoffee-tg / nightfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kerichdev/nightfiles

0.0 0.0 0.0 17.75 MB

Dotfiles of my personal Nightsky Linux (Arch) setup,

License: Do What The F*ck You Want To Public License

Shell 97.42% Python 2.58%

nightfiles's Introduction

Nightsky, my personal Arch Linux setup

Nightsky!

What is it based on?

Nightsky includes various resources from other projects, like:

Installation and setup

Clone the repo locally. Since it includes submodules from my own forks to preserve licenses, make sure to clone recursively:

git clone --recursive https://github.com/kerichdev/nightfiles

Firstly, you should install the packages. Open a terminal of choice (Will be replaced with alacritty), and install your favorite AUR helper. Mine is yay, so i will go by it.

To install the packages needed for the setup, go to the directory where you cloned the repo, and do:

yay -S - < deplist.nightsky

Then follow the steps your AUR helper gives you.

Before going further, you can try running confirm_install.sh to make sure if everything had installed properly, and if it hadn't, the script will re-run the installation of missing packages for you.

The deplist may be incomplete! If you notice something not working, feel free to add any packages into the list, and I will see if I did, in fact, miss them.

Then, move the contents of the repo .config folder, to your .config folder in $HOME (/home/YOUR_USERNAME/.config/).

Betterlockscreen

Betterlockscreen requires some additonal setup. First of all, once you copy the config and the wallpaper to their respective folders, generate a lockscreen pre-render:

betterlockscreen -u ~/Wallpapers/tropic_island_night.jpg

Then, enable the systemd service for automatic lock-on-suspend:

systemctl enable betterlockscreen@$USER

btop

Because of how btop handles configs, before I make an installation script, to apply the catppuccin theme you have to do one of the following:

  1. Open btop, click Esc, choose Themes and find Catppuccin. Choose it, and you're good to go.

  2. Open btop.conf in the btop config folder, and change the $USER in the color_theme line to your username.

zsh

First of all, refer to the installation methods of oh-my-zsh. Only replace the oh-my-zsh.sh in $HOME/.oh-my-zsh after it is installed.

Then, look for all aur-installed plugins in /usr/share/zsh/plugins.

Simply copy the zsh-autosuggestions and zsh-syntax-highlighting to $HOME/.oh-my-zsh/custom/plugins.

The powerlevel10k theme is located in /usr/share under zsh-theme-powerlevel10k - copy it to $HOME/.oh-my-zsh/custom/themes, and rename the folder to powerlevel10k.

bluetooth: experimentals

For proper battery percentage display with the bt.sh module from polybar, you will have to add the --experimental flag to bluetooth.service.:

  1. sudo systemctl edit --full bluetooth.service

  2. To the end of the ExecStart line, append --experimental flag

  3. Save, and restart the service: systemctl restart bluetooth.service

KEEP IN MIND, THE REPO IS EXTREMELY INCOMPLETE, I'M WORKING ON FINISHING IT UP. You'll probably have to set up a lot of stuff yourself

nightfiles's People

Contributors

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