Skip to content

TomSteer1/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

preview

Installation

  1. Install arch fresh with the xorg profile and a hostname of either (zenbook,pc,virtual)
  • You can modify the polybar config file to your own hostname if you wish
  1. Run curl https://raw.githubusercontent.com/TomSteer1/scripts/main/completeInstall | sh
  2. The script will prompt for sudo to install packages and enable services
  1. LightDM will start and you will be prompted for your credentials

Dotfile Installation

To install just the dotfiles (not recommended)

  1. Clone repo git clone https://github.com/TomSteer1/dotfiles in the home directory
  2. Run ./install.sh in the dotfile directory

Manual Fixes

For some features to work you need to run some commands manually

  1. To enable vim plugins enter vim, ignore the errors and run :PlugInstall
  2. For clipboard and screenshot support you need to enable the aur or manually install the packages.
    Install yay with curl https://raw.githubusercontent.com/TomSteer1/scripts/main/installYay | sh
  3. Followed by yay -Sy escrotum-git neovim-gtk then follow the prompts

Config

You can create a config file called .config in the $HOME/dotfiles directory to change the parameters of some scripts

The possible values are:

# Monitor Hot Swapping (set to the IDs of your monitors)
# Save a configuration with autorandr --save <name>
# To reload manually use autorandr --change
# But the scripts should automatically do this
INTERNAL_MONITOR=""
EXTERNAL_MONITOR=""

About

My dotfiles with bspwm, sxhkd, rofi, kitty and neovim made for arch

Topics

Resources

Stars

Watchers

Forks