- awesome
- bash
- fish
- alacritty
- termite
- picom
- polybar
- spicetify-cli
- starship
- I also included my wallpaper, if you like it you may want to check out my wallpapers repo :)
polybar:
- Custom icon font (not available for download, may need to replace icons in config)
spicetify-cli:
awesome:
- collision, a management module for floating windows (not specifically my fork)
The first option is to just use the install script I made, which basically moves the files in their respective directories and backs up any conflicting files in the process. To execute the script just use the following command:
curl -Ls https://raw.githubusercontent.com/manos00/dotfiles/master/github/dotfiles/install.sh | bash
To install manually follow these steps:
- Run the following command to clone this repository as a bare repository:
mkdir -p $HOME/github/dotfiles/ && git clone --bare https://github.com/manos00/dotfiles $HOME/github/dotfiles
- Add the following alias to your shell config (e.g. .bashrc or .zsh):
alias config='/bin/env git --git-dir=$HOME/github/dotfiles/ --work-tree=$HOME'
- To use the alias you will have to either reload your shell or define it in the current shell scope (That meaning "just type out the line mentioned above in the command line and hit enter")
- cd into your
$HOME
directory and typeconfig checkout