Skip to content

Nyquase/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

desktop

This repository contains my personal configuration files and scripts.
I'm using these on an Ubuntu 22.04 currently

Here is a non exhaustive list of the tools I use:

Installation

You should be able to install this configuration by running

bash -c "$(wget -qO- https://raw.github.com/Nyquase/dotfiles/master/install.sh)"

Or

bash -c "$(curl -fsSL https://raw.github.com/Nyquase/dotfiles/master/install.sh)"

Or by cloning and running the script

git clone https://github.com/Nyquase/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

You will have to enter your root password as the script uses sudo

Be aware that this script installs gnome-shell-extension-manager, this package depends on like a billion dependencies. I use it for the "Blur my shell" extension but there is a lot of cool gnome extensions.

You can also just cherry-pick the files you want :)

Trying without installing with Docker

You can build this image and try the zsh and neovim config.

docker build -t nyquase-dotfiles .
docker run -it nyquase-dotfiles

About

My dotfiles (zsh, neovim, terminal)

Topics

Resources

Stars

Watchers

Forks