Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.1 KB

README.md

File metadata and controls

57 lines (42 loc) · 2.1 KB
                      :::!~!!!!!:.
                  .xUHWH!! !!?M88WHX:.
                .X*#M@$!!  !X!M$$$$$$WWx:.
               :!!!!!!?H! :!$!$$$$$$$$$$8X:
              !!~  ~:~!! :~!$!#$$$$$$$$$$8X:
             :!~::!H!<   ~.U$X!?R$$$$$$$$MM!
             ~!~!!!!~~ .:XW$$$U!!?$$$$$$RMM!
               !:~~~ .:!M"T#$$$$WX??#MRRMMM!
               ~?WuxiW*`   `"#$$$$8!!!!??!!!
             :X- M$$$$       `"T#$T~!8$WUXU~
            :%`  ~#$$$m:        ~!~ ?$$$$$$
          :!`.-   ~T$$$$8xx.  .xWW- ~""##*"
.....   -~~:<` !    ~?T#$$@@W@*?$$      /`
W$@@M!!! .!~~ !!     .:XUW$W!~ `"~:    :
#"~~`.:x%`!!  !H:   !WM$$$$Ti.: .!WUn+!`
:::~:!!`:X~ .: ?H.!u "$$$B$$$!W:U!T$$M~
.~~   :X@!.-~   ?@WTWo("*$$$W$TH$! `
Wi.~!X$?!-~    : ?$$$B$Wu("**$RM!
$R@i.~~ !     :   ~$$$$$B$$en:``
?MXT@Wx.~    :     ~"##*$$$$M~

Rahmerh's dotfiles

Installation

My dotfiles I want to have anywhere I want. I like arch so keep that in mind while using this repo.

Recently I moved back to windows for work and general compatibility for video games. I've lazily put my linux files in a linux folder and started a windows folder.

Windows setup

Run the following to quickly get set up.

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; `
Invoke-Expression (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/Rahmerh/dotfiles/main/windows/Download.ps1");

After downloading once you can simple make your changes in $HOME/.dotfiles and run Apply.ps1.

I am using this repo as inspiration, please check it out since it's much better than mine.

Linux setup

I've included an install script to easily get set up. If you want to live on the edge and directly install execute the following:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Rahmerh/dotfiles/main/linux/auto-setup.sh)"

Note that the auto setup only needs to be executed once, after setting up the fish shell you can use the apply.fish script to apply the dotfiles.

Warning in advance

I am constantly pushing to this repository, so no guarantees any stability!